From b4798f10a5f7a31ceac450d284f8cecb9e2cf4c1 Mon Sep 17 00:00:00 2001 From: TheApplePieGod Date: Wed, 17 Jan 2024 19:14:11 -0500 Subject: [PATCH] Bump version --- client/src/constants.ts | 4 ++-- engine/src/main/battlecode/common/GameConstants.java | 2 +- specs/specs.md.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/constants.ts b/client/src/constants.ts index f2aec398..c7e07a62 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -1,7 +1,7 @@ import { schema } from 'battlecode-schema' -export const GAME_VERSION = '1.2.5' -export const SPEC_VERSION = '1.2.5' +export const GAME_VERSION = '2.0.0' +export const SPEC_VERSION = '2.0.0' 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 efb0160e..b8fa9370 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 = "1.2.5"; + public static final String SPEC_VERSION = "2.0.0"; // ********************************* // ****** MAP CONSTANTS ************ diff --git a/specs/specs.md.html b/specs/specs.md.html index a9bbb08d..7cb9fa74 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: *1.2.5* +_This is the formal specification of the Battlecode 2024 game._ Current version: *2.0.0* **Welcome to Battlecode 2024: Breadwars.**