Skip to content

Commit

Permalink
Merge pull request #200 from rheimus/master
Browse files Browse the repository at this point in the history
Bump alpha version
  • Loading branch information
rheimus authored Sep 20, 2020
2 parents b08da75 + b506ce3 commit 0bcd580
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,4 +1,4 @@
ssversion = 3.6.0
ssversion = 3.7.0-alpha.1
ssname = serversync
mainclass = 'com.superzanti.serversync.ServerSync'
org.gradle.warning.mode=all
2 changes: 1 addition & 1 deletion src/main/java/com/superzanti/serversync/RefStrings.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class RefStrings {
public static final String MODID = "com.superzanti.serversync";
public static final String NAME = "ServerSync";
public static final String VERSION = "3.6.0";
public static final String VERSION = "3.7.0-alpha.1";

public static final String ERROR_TOKEN = "<E>";
public static final String DELETE_TOKEN = "<D>";
Expand Down

0 comments on commit 0bcd580

Please sign in to comment.