We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4789ca1 commit 40f48f5Copy full SHA for 40f48f5
MekHQ/docs/history.txt
@@ -1,5 +1,7 @@
1
VERSION HISTORY:
2
----------------
3
+0.49.8-SNAPSHOT
4
+
5
0.49.7 (2021-12-18 0300 UTC)
6
+ PR #3043: Logging: Default Global Exception Handler and Standardized Legacy Logging
7
+ Issue #3040: Fixing Unit Icon Filename Write Copy/paste Error
build.gradle
@@ -22,7 +22,7 @@ allprojects {
22
23
subprojects {
24
group = 'org.megamek'
25
- version = '0.49.7'
+ version = '0.49.8-SNAPSHOT'
26
}
27
28
ext {
0 commit comments