Skip to content

Commit

Permalink
Merge pull request #183 from AY2324S2-CS2103T-W12-3/release-v1.3.1
Browse files Browse the repository at this point in the history
Change version to v1.3.1
  • Loading branch information
yisiox committed Apr 5, 2024
2 parents efe0fad + 2615b32 commit 8bd1065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
public class MainApp extends Application {

public static final Version VERSION = new Version(1, 3, 0, false);
public static final Version VERSION = new Version(1, 3, 1, false);

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

Expand Down

0 comments on commit 8bd1065

Please sign in to comment.