We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b12fa commit 0581ab3Copy full SHA for 0581ab3
build.gradle
@@ -15,7 +15,7 @@ allprojects {
15
16
subprojects {
17
group = 'org.megamek'
18
- version = '0.50.0'
+ version = '0.50.01-SNAPSHOT'
19
}
20
21
// A properties_local.gradle file can be used to override any of the above options. For instance,
megameklab/docs/history.txt
@@ -1,5 +1,7 @@
1
MEGAMEKLAB VERSION HISTORY:
2
----------------
3
+0.50.01-SNAPSHOT
4
+
5
0.50.0 (2024-09-01 2000 UTC) (THIS MARKS THE START OF JAVA 17 AS THE MINIMUM REQUIRED)
6
+ PR #1544: Windows Related CI Fixes
7
+ PR #1547 - Added Sentry
0 commit comments