We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa1134 commit 32c96c3Copy full SHA for 32c96c3
MekHQ/docs/history.txt
@@ -1,5 +1,7 @@
1
MEKHQ VERSION HISTORY:
2
---------------
3
+0.50.01-SNAPSHOT
4
+
5
0.50.0 (2024-09-01 2000 UTC) (THIS MARKS THE START OF JAVA 17 AS THE MINIMUM REQUIRED)
6
+ PR #4332: CI Updates for windows build and normalizing
7
+ PR #4344: Update Payout Calculation for KIA Personnel
build.gradle
@@ -15,7 +15,7 @@ allprojects {
15
16
subprojects {
17
group = 'org.megamek'
18
- version = '0.50.0'
+ version = '0.50.01-SNAPSHOT'
19
}
20
21
// A properties_local.gradle file can be used to override any of the above options. For instance,
0 commit comments