Skip to content

Commit 0270e5a

Browse files
committed
set version to v1.3.1 for release
1 parent a05bb3c commit 0270e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/seedu/connectus/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(1, 3, 0, true);
39+
public static final Version VERSION = new Version(1, 3, 1, true);
4040

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

0 commit comments

Comments
 (0)