Skip to content

Commit 1fe9f9d

Browse files
authored
Bump version to 0.3.0 (#59)
1 parent 677d5a1 commit 1fe9f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Main {
1818
private static String prevSessionLogPath;
1919

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

2424
private static String RESTORE_FLAG_SHORT = "-r";

0 commit comments

Comments
 (0)