Skip to content

Commit

Permalink
Ready to Develop <v0.50.04-SNAPSHOT>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Feb 2, 2025
1 parent 4ed278c commit 4dedacb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {

subprojects {
group = 'org.megamek'
version = '0.50.03'
version = '0.50.04-SNAPSHOT'
}

// A properties_local.gradle file can be used to override any of the above options. For instance,
Expand Down
2 changes: 2 additions & 0 deletions megamek/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MEGAMEK VERSION HISTORY:
----------------
0.50.04-SNAPSHOT

0.50.03 (2025-02-02 2030 UTC)
+ PR #6335: default the directory filter to Select All in Advanced Board Search
+ PR #6335: cleanup duplicate boards
Expand Down
2 changes: 1 addition & 1 deletion megamek/src/megamek/SuiteConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected SuiteConstants() {

// region General Constants
public static final String PROJECT_NAME = "MegaMek Suite";
public static final Version VERSION = new Version("0.50.03");
public static final Version VERSION = new Version("0.50.04-SNAPSHOT");
public static final Version LAST_MILESTONE = new Version("0.49.19.1");
public static final int MAXIMUM_D6_VALUE = 6;

Expand Down

0 comments on commit 4dedacb

Please sign in to comment.