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 5bda19c commit a0c433fCopy full SHA for a0c433f
2 files changed
gradle.properties
@@ -1,2 +1,2 @@
1
pluginGroup=com.sk89q.craftbook
2
-pluginVersion=3.10.13
+pluginVersion=3.10.14-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.13";
+ return null;
321
}
322
323
public List<CraftBookMechanic> getMechanics() {
0 commit comments