Skip to content

Commit a0c433f

Browse files
committed
Back to SNAPSHOT for continued development
1 parent 5bda19c commit a0c433f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pluginGroup=com.sk89q.craftbook
2-
pluginVersion=3.10.13
2+
pluginVersion=3.10.14-SNAPSHOT

src/main/java/com/sk89q/craftbook/bukkit/CraftBookPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public CraftBookPlugin() {
317317

318318
@Nullable
319319
public static String getVersion() {
320-
return "3.10.13";
320+
return null;
321321
}
322322

323323
public List<CraftBookMechanic> getMechanics() {

0 commit comments

Comments
 (0)