diff --git a/MekHQ/docs/history.txt b/MekHQ/docs/history.txt index 27127880fb..e5dcec9cd3 100644 --- a/MekHQ/docs/history.txt +++ b/MekHQ/docs/history.txt @@ -1,6 +1,6 @@ MEKHQ VERSION HISTORY: --------------- -0.50.02-SNAPSHOT +0.50.02 (2024-12-30 2130 UTC) + Fix #846, #5185: Fix BattleArmor customization/refit overweight check. + PR #5206: Re-enabled CamOps Contract Market Method + PR #5207: Re-enabled Confirm Preset Option for New Campaign Preset Picker diff --git a/build.gradle b/build.gradle index 15c5fa26a9..70f97a9201 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { subprojects { group = 'org.megamek' - version = '0.50.02-SNAPSHOT' + version = '0.50.02' } // A properties_local.gradle file can be used to override any of the above options. For instance,