We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cefe62e + 9b02d26 commit 563237fCopy full SHA for 563237f
3 files changed
.github/workflows/release-engine.yml
@@ -14,7 +14,7 @@ env:
14
RELEASE_ARTIFACT_ID: battlecode26
15
16
# IS_PUBLIC is whether to release deployments publicly. Set to exactly the text "YES" to do so.
17
- IS_PUBLIC: YES
+ IS_PUBLIC: NO
18
19
jobs:
20
release-java:
client/src/constants.ts
@@ -1,4 +1,4 @@
1
-export const CLIENT_VERSION = '1.0.0'
+export const CLIENT_VERSION = '1.0.2'
2
export const SPEC_VERSION = '1'
3
export const BATTLECODE_YEAR: number = 2026
4
export const MAP_SIZE_RANGE = {
specs/specs.pdf
1.32 KB
0 commit comments