Skip to content

Commit

Permalink
Prepare release of v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danilovesky committed Nov 12, 2024
1 parent 5482bba commit 451072b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workcraft/WorkcraftCore/src/org/workcraft/Info.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Info {
private static final String SUBTITLE_3 = "Return of the Hazard";
private static final String SUBTITLE_4 = "Revenge of the Timing Assumption";

private static final Version VERSION = new Version(3, 5, 2, Status.BETA);
private static final Version VERSION = new Version(3, 5, 2, Status.RELEASE);

private static final int START_YEAR = 2006;
private static final int CURRENT_YEAR = Calendar.getInstance().get(Calendar.YEAR);
Expand Down

0 comments on commit 451072b

Please sign in to comment.