mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-24 14:22:53 +08:00
Bump server supported game version to 3.6.0
This commit is contained in:
parent
d67e2d0c5e
commit
40a7d088d0
@ -31,6 +31,6 @@ public final class GameConstants {
|
||||
public static final int[] DEFAULT_ABILITY_HASHES =
|
||||
Arrays.stream(DEFAULT_ABILITY_STRINGS).mapToInt(Utils::abilityHash).toArray();
|
||||
public static final int DEFAULT_ABILITY_NAME = Utils.abilityHash("Default");
|
||||
public static String VERSION = "3.5.0";
|
||||
public static String VERSION = "3.6.0";
|
||||
public static final boolean DEBUG = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user