diff --git a/.github/workflows/release-client.yml b/.github/workflows/release-client.yml index 4cffa815..9cd46488 100644 --- a/.github/workflows/release-client.yml +++ b/.github/workflows/release-client.yml @@ -12,7 +12,7 @@ env: CLIENT_ARTIFACT_ID: battlecode26 # IS_PUBLIC is whether to release deployments publicly. Set to exactly the text "YES" to do so. - IS_PUBLIC: NO + IS_PUBLIC: YES jobs: build-client: diff --git a/client/src/constants.ts b/client/src/constants.ts index 0d95b1ec..c77d94c7 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -1,4 +1,4 @@ -export const CLIENT_VERSION = '1.0.2' +export const CLIENT_VERSION = '1.0.7' export const SPEC_VERSION = '1' export const BATTLECODE_YEAR: number = 2026 export const MAP_SIZE_RANGE = {