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 1e4f2bf commit 6406ad8Copy full SHA for 6406ad8
2 files changed
gradle.properties
@@ -1,2 +1,2 @@
1
pluginGroup=com.sk89q
2
-pluginVersion=3.10.10
+pluginVersion=3.10.11-SNAPSHOT
src/main/java/com/sk89q/craftbook/bukkit/CraftBookPlugin.java
@@ -317,7 +317,7 @@ public CraftBookPlugin() {
317
318
@Nullable
319
public static String getVersion() {
320
- return "3.10.10";
+ return null;
321
}
322
323
public List<CraftBookMechanic> getMechanics() {
0 commit comments