We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7623a commit 23f1c77Copy full SHA for 23f1c77
MekHQ/docs/history.txt
@@ -1,6 +1,6 @@
1
-VERSION HISTORY:
+MEKHQ VERSION HISTORY:
2
---------------
3
-0.49.17-SNAPSHOT
+0.49.17 (2023-12-31 1900 UTC)
4
5
0.49.16 (2023-12-30 2200 UTC)
6
+ PR #3771: Add "children" filter to personnel tab
build.gradle
@@ -22,7 +22,7 @@ allprojects {
22
23
subprojects {
24
group = 'org.megamek'
25
- version = '0.49.17-SNAPSHOT'
+ version = '0.49.17'
26
}
27
28
ext {
0 commit comments