Update to data version 34

This commit is contained in:
Melledy
2025-11-10 23:11:34 -08:00
parent 04b76135fe
commit d9bd61c50d
3 changed files with 2 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ package emu.nebula;
import java.time.ZoneId;
public class GameConstants {
public static final int DATA_VERSION = 31;
public static final int DATA_VERSION = 34;
public static final String VERSION = "1.0.0." + DATA_VERSION;
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");