We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7c12f commit ad14fa2Copy full SHA for ad14fa2
MekHQ/docs/history.txt
@@ -1,5 +1,7 @@
1
VERSION HISTORY:
2
----------------
3
+0.49.9-SNAPSHOT
4
+
5
0.49.8 (2022-05-27 1430 UTC)
6
+ PR #3117: Adding Build-Date to the Manifest File
7
+ PR #3115: Fixing MekHQ's Javadoc Build
build.gradle
@@ -22,7 +22,7 @@ allprojects {
22
23
subprojects {
24
group = 'org.megamek'
25
- version = '0.49.8'
+ version = '0.49.9-SNAPSHOT'
26
}
27
28
ext {
0 commit comments