Skip to content

Commit c08f8d4

Browse files
committed
Bump minor version to 4.3.0
1 parent 0a9d534 commit c08f8d4

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-
ss_version = 4.2.0
1+
ss_version = 4.3.0
22
ss_main_class = com.superzanti.serversync.ServerSync
33
ss_main_class_server = com.superzanti.serversync.ServerSyncServer
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 = "v4.2.0";
6+
public static final String VERSION = "v4.3.0";
77

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

0 commit comments

Comments
 (0)