diff --git a/client/src/constants.ts b/client/src/constants.ts index a8552387..3e5d2497 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -1,7 +1,7 @@ import { schema } from 'battlecode-schema' -export const GAME_VERSION = '3.0.0' -export const SPEC_VERSION = '3.0.0' +export const GAME_VERSION = '3.0.1' +export const SPEC_VERSION = '3.0.1' export const BATTLECODE_YEAR: number = 2024 export const MAP_SIZE_RANGE = { min: 30, diff --git a/engine/src/main/battlecode/common/GameConstants.java b/engine/src/main/battlecode/common/GameConstants.java index ab5e4042..287a0bc1 100644 --- a/engine/src/main/battlecode/common/GameConstants.java +++ b/engine/src/main/battlecode/common/GameConstants.java @@ -9,7 +9,7 @@ public class GameConstants { /** * The current spec version the server compiles with. */ - public static final String SPEC_VERSION = "3.0.0"; + public static final String SPEC_VERSION = "3.0.1"; // ********************************* // ****** MAP CONSTANTS ************ diff --git a/specs/specs.md.html b/specs/specs.md.html index 163f048a..52ff33bb 100644 --- a/specs/specs.md.html +++ b/specs/specs.md.html @@ -16,7 +16,7 @@ # **Formal specification** -_This is the formal specification of the Battlecode 2024 game._ Current version: *3.0.0* +_This is the formal specification of the Battlecode 2024 game._ Current version: *3.0.1* **Welcome to Battlecode 2024: Breadwars.**