Skip to content

Commit

Permalink
Bump minor version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rheimus committed Dec 26, 2023
1 parent 0a9d534 commit c08f8d4
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 @@
ss_version = 4.2.0
ss_version = 4.3.0
ss_main_class = com.superzanti.serversync.ServerSync
ss_main_class_server = com.superzanti.serversync.ServerSyncServer
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 = "v4.2.0";
public static final String VERSION = "v4.3.0";

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

0 comments on commit c08f8d4

Please sign in to comment.