Skip to content

Commit 0bcd580

Browse files
authored
Merge pull request #200 from rheimus/master
Bump alpha version
2 parents b08da75 + b506ce3 commit 0bcd580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ssversion = 3.6.0
1+
ssversion = 3.7.0-alpha.1
22
ssname = serversync
33
mainclass = 'com.superzanti.serversync.ServerSync'
44
org.gradle.warning.mode=all

src/main/java/com/superzanti/serversync/RefStrings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public class RefStrings {
44
public static final String MODID = "com.superzanti.serversync";
55
public static final String NAME = "ServerSync";
6-
public static final String VERSION = "3.6.0";
6+
public static final String VERSION = "3.7.0-alpha.1";
77

88
public static final String ERROR_TOKEN = "<E>";
99
public static final String DELETE_TOKEN = "<D>";

0 commit comments

Comments
 (0)