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