Skip to content

Commit

Permalink
Change version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanyee33 committed Apr 5, 2024
1 parent efe0fad commit 2615b32
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);

Check warning on line 37 in src/main/java/seedu/address/MainApp.java

View check run for this annotation

Codecov / codecov/patch

src/main/java/seedu/address/MainApp.java#L37

Added line #L37 was not covered by tests

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

Expand Down

0 comments on commit 2615b32

Please sign in to comment.