We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf58d1 commit 84e69e0Copy full SHA for 84e69e0
MekHQ/docs/history.txt
@@ -1,5 +1,7 @@
1
MEKHQ VERSION HISTORY:
2
---------------
3
+0.49.20-SNAPSHOT
4
+
5
0.49.19 (2024-04-19 2030 UTC)
6
+ Bug #3958: No selling units in scenario resolution if campaign disallows selling
7
+ Fix #3949: Custom ScenarioObjectives do not change ScenarioStatus in ResolveScenarioWizardDialog
build.gradle
@@ -22,7 +22,7 @@ allprojects {
22
23
subprojects {
24
group = 'org.megamek'
25
- version = '0.49.19'
+ version = '0.49.20-SNAPSHOT'
26
}
27
28
ext {
0 commit comments