diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c780e35d..e362a5c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ env: RELEASE_ARTIFACT_ID: battlecode23 # IS_PUBLIC is whether to release deployments publicly. Set to exactly the text "YES" to do so. - IS_PUBLIC: YES + IS_PUBLIC: NO jobs: release: diff --git a/client/visualizer/src/config.ts b/client/visualizer/src/config.ts index f0d0d1e5..4439bdf9 100644 --- a/client/visualizer/src/config.ts +++ b/client/visualizer/src/config.ts @@ -154,7 +154,7 @@ export enum Mode { export function defaults(supplied?: any): Config { let year = "2023" let conf: Config = { - gameVersion: "3.0.10", //TODO: Change this on each release! + gameVersion: "3.0.11", //TODO: Change this on each release! year: year, map_extension: 'map'+year.substring(2), game_extension: 'bc'+year.substring(2), diff --git a/engine/src/main/battlecode/common/GameConstants.java b/engine/src/main/battlecode/common/GameConstants.java index 38b98b07..6ac36b51 100644 --- a/engine/src/main/battlecode/common/GameConstants.java +++ b/engine/src/main/battlecode/common/GameConstants.java @@ -10,7 +10,7 @@ public class GameConstants { /** * The current spec version the server compiles with. */ - public static final String SPEC_VERSION = "3.0.10"; + public static final String SPEC_VERSION = "3.0.11"; // ********************************* // ****** MAP CONSTANTS ************ diff --git a/specs/specs.md.html b/specs/specs.md.html index 62cd9961..ea839a16 100644 --- a/specs/specs.md.html +++ b/specs/specs.md.html @@ -17,7 +17,7 @@ # Formal specification -*This is the formal specification of the Battlecode 2023 game.* Current version: *3.0.10* +*This is the formal specification of the Battlecode 2023 game.* Current version: *3.0.11* **Welcome to Battlecode 2023: Tempest.**