Skip to content

Commit

Permalink
Merge pull request AY2324S2-CS2103-F08-3#141 from Pluiexo/branch-Tria…
Browse files Browse the repository at this point in the history
…lRelease

Add trial release
  • Loading branch information
Pluiexo authored Mar 28, 2024
2 parents 2fc5cc4 + 51cf7d0 commit bf12520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/staffconnect/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, 2, 0, true);
public static final Version VERSION = new Version(1, 2, 1, true);

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

Expand Down

0 comments on commit bf12520

Please sign in to comment.