We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd9e58 commit 28c61bbCopy full SHA for 28c61bb
MekHQ/docs/history.txt
@@ -1,6 +1,6 @@
1
MEKHQ VERSION HISTORY:
2
---------------
3
-0.50.02-SNAPSHOT
+0.50.02 (2024-12-30 2130 UTC)
4
+ Fix #846, #5185: Fix BattleArmor customization/refit overweight check.
5
+ PR #5206: Re-enabled CamOps Contract Market Method
6
+ PR #5207: Re-enabled Confirm Preset Option for New Campaign Preset Picker
build.gradle
@@ -15,7 +15,7 @@ allprojects {
15
16
subprojects {
17
group = 'org.megamek'
18
- version = '0.50.02-SNAPSHOT'
+ version = '0.50.02'
19
}
20
21
// A properties_local.gradle file can be used to override any of the above options. For instance,
0 commit comments