Skip to content

Commit

Permalink
Bump version to 0.3.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangdrew authored Sep 1, 2020
1 parent 677d5a1 commit 1fe9f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Main {
private static String prevSessionLogPath;

private static String PROGRAM_NAME = "Alloy Debugger (ALDB)";
private static String VERSION = "0.2.0";
private static String VERSION = "0.3.0";
private static String PROGRAM_DESC = "A debugger for transition systems modelled in Alloy.";

private static String RESTORE_FLAG_SHORT = "-r";
Expand Down

0 comments on commit 1fe9f9d

Please sign in to comment.