Skip to content

Commit eb013b6

Browse files
authored
Merge pull request #160 from GuoGangQuan/Update-version-number
Update version to 0.1.3
2 parents baa5df2 + e05a007 commit eb013b6

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)