Skip to content

Commit

Permalink
Update globals version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
holden-davis-uca committed Feb 10, 2023
1 parent 442272b commit e9b1d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mars/Globals.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class Globals {
* The current MARS version number. Can't wait for "initialize()" call to get
* it.
*/
public static final String version = "1.6.0";
public static final String version = "1.7.0";
/** List of accepted file extensions for MIPS assembly source files. */
public static final ArrayList fileExtensions = getFileExtensions();
/** Maximum length of scrolled message window (MARS Messages and Run I/O) */
Expand Down

0 comments on commit e9b1d95

Please sign in to comment.