We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53295f commit f80c5c9Copy full SHA for f80c5c9
src/main/java/seedu/address/MainApp.java
@@ -45,7 +45,7 @@
45
*/
46
public class MainApp extends Application {
47
48
- public static final Version VERSION = new Version(1, 2, 1, true);
+ public static final Version VERSION = new Version(1, 4, 0, true);
49
50
private static final Logger logger = LogsCenter.getLogger(MainApp.class);
51
0 commit comments