Skip to content

Commit 4d8d511

Browse files
authored
Merge pull request #287 from AY2021S1-CS2103-F10-2/branch-Update-DevGuide
Update version number
2 parents d53295f + f80c5c9 commit 4d8d511

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)