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