We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f1f82 commit 7ba1cf4Copy full SHA for 7ba1cf4
MekHQ/docs/history.txt
@@ -1,5 +1,7 @@
1
MEKHQ VERSION HISTORY:
2
---------------
3
+0.50.04-SNAPSHOT
4
+
5
0.50.03 (2025-02-02 2030 UTC)
6
+ PR #5568: Spare parts rules reference adjustment
7
+ PR #5559: Refactored Combat Team Handling in Scenarios for Better null Safety
build.gradle
@@ -15,7 +15,7 @@ allprojects {
15
16
subprojects {
17
group = 'org.megamek'
18
- version = '0.50.03'
+ version = '0.50.04-SNAPSHOT'
19
}
20
21
// A properties_local.gradle file can be used to override any of the above options. For instance,
0 commit comments