Skip to content

Commit f80c5c9

Browse files
committed
Update version number
1 parent d53295f commit f80c5c9

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
@@ -45,7 +45,7 @@
4545
*/
4646
public class MainApp extends Application {
4747

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

5050
private static final Logger logger = LogsCenter.getLogger(MainApp.class);
5151

0 commit comments

Comments
 (0)