Skip to content

Commit

Permalink
Merge pull request #17 from xibei1204/patch-1
Browse files Browse the repository at this point in the history
Update GameConstants.java
  • Loading branch information
WatchAndyTW authored Oct 21, 2024
2 parents 740e5ed + 0fe5fc0 commit 1235802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/emu/grasscutter/GameConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import java.util.Arrays;

public final class GameConstants {
public static String VERSION = "5.0.0";
public static int[] VERSION_PARTS = {5, 0, 0};
public static String VERSION = "5.1.0";
public static int[] VERSION_PARTS = {5, 1, 0};
public static boolean DEBUG = false;

public static final int DEFAULT_TEAMS = 4;
Expand Down

0 comments on commit 1235802

Please sign in to comment.