Skip to content

Commit

Permalink
Back to SNAPSHOT for continued development
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed May 14, 2019
1 parent c848f8f commit fe928e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,2 +1,2 @@
pluginGroup=com.sk89q pluginGroup=com.sk89q
pluginVersion=3.10-rc-1 pluginVersion=3.10-SNAPSHOT
Expand Up @@ -320,7 +320,7 @@ public CraftBookPlugin() {


@Nullable @Nullable
public static String getVersion() { public static String getVersion() {
return "3.10 Release Candidate 1"; return null;
} }


public List<CraftBookMechanic> getMechanics() { public List<CraftBookMechanic> getMechanics() {
Expand Down

0 comments on commit fe928e7

Please sign in to comment.