Skip to content

Commit

Permalink
Merge pull request #121 from kailashgautham/kailash/release-trial-jar
Browse files Browse the repository at this point in the history
Modify release version
  • Loading branch information
kailashgautham authored Apr 4, 2024
2 parents 3b20f59 + 89c6a26 commit a337484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/tatoolkit/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
public class MainApp extends Application {

public static final Version VERSION = new Version(1, 3, 1, true);
public static final Version VERSION = new Version(1, 3, 2, true);

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

Expand Down

0 comments on commit a337484

Please sign in to comment.