Skip to content

Commit 4dd1175

Browse files
authored
Merge pull request #480 from lohszeying/master
Change to 1.4.0 in MainApp.java
2 parents 9ebf1be + e32d24c commit 4dd1175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/seedu/nova/MainApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*/
4444
public class MainApp extends Application {
4545

46-
public static final Version VERSION = new Version(1, 2, 1, true);
46+
public static final Version VERSION = new Version(1, 4, 0, true);
4747

4848
private static final Logger logger = LogsCenter.getLogger(MainApp.class);
4949

0 commit comments

Comments
 (0)