We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c28b9d commit 89e1f11Copy full SHA for 89e1f11
MekHQ/docs/history.txt
@@ -1,5 +1,7 @@
1
VERSION HISTORY:
2
---------------
3
+0.49.15-SNAPSHOT
4
+
5
0.49.14 (2023-07-28 2100 UTC)
6
+ PR #3676: Gradle build fixes
7
+ Issue #3682: Prevent NPE when changing bot config
build.gradle
@@ -22,7 +22,7 @@ allprojects {
22
23
subprojects {
24
group = 'org.megamek'
25
- version = '0.49.14'
+ version = '0.49.15-SNAPSHOT'
26
}
27
28
ext {
0 commit comments