Skip to content

Commit e05a007

Browse files
committed
Update version to 0.1.3
1 parent baa5df2 commit e05a007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/seedu/address/MainApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737
public class MainApp extends Application {
3838

39-
public static final Version VERSION = new Version(0, 2, 2, true);
39+
public static final Version VERSION = new Version(0, 1, 3, true);
4040

4141
private static final Logger logger = LogsCenter.getLogger(MainApp.class);
4242

0 commit comments

Comments
 (0)