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 Jan 22, 2019
1 parent 711e7f3 commit c58d7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginGroup=com.sk89q
pluginVersion=3.10-beta-02
pluginVersion=3.10-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public CraftBookPlugin() {

@Nullable
public static String getVersion() {
return "3.10 Beta 02";
return null;
}

public List<CraftBookMechanic> getMechanics() {
Expand Down

0 comments on commit c58d7dc

Please sign in to comment.