We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b098c40 commit e65d556Copy full SHA for e65d556
core/src/main/java/net/lax1dude/eaglercraft/backend/server/base/EaglerXServerVersion.java
@@ -22,7 +22,7 @@ public class EaglerXServerVersion {
22
23
public static final String BRAND = "EaglercraftXServer";
24
public static final String AUTHOR = "lax1dude";
25
- public static final String VERSION = "1.0.6";
+ public static final String VERSION = "1.0.7";
26
27
public static final SemanticVersion UPDATE_VERSION = SemanticVersion.parse(VERSION);
28
gradle.properties
@@ -1,3 +1,3 @@
1
eaglerxserver.group=net.lax1dude.eaglercraft.backend
2
-eaglerxserver.version=1.0.6
+eaglerxserver.version=1.0.7
3
eaglerxserver.url=https://lax1dude.net/eaglerxserver/
0 commit comments