Skip to content

Commit 04e25f1

Browse files
author
damithc
committed
Update version to v0.2.2ea
1 parent 08fe6e3 commit 04e25f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, 0, true);
39+
public static final Version VERSION = new Version(0, 2, 2, true);
4040

4141
private static final Logger logger = LogsCenter.getLogger(MainApp.class);
4242

0 commit comments

Comments
 (0)