Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Irwin1985 committed Mar 7, 2023
1 parent 047e38c commit 8fd5379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/Hungaro.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Hungaro.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Hungaro {
static boolean hadError = false;
static boolean hadRuntimeError = false;
static boolean debugMode = false; // debug mode
static String hungaroVersion = "0.0.1"; // Hungaro version
static String hungaroVersion = "alpha 0.0.2"; // Hungaro version

// foreground colors
public static final String ANSI_RESET = "\u001B[0m";
Expand Down

0 comments on commit 8fd5379

Please sign in to comment.