Skip to content

Commit 563237f

Browse files
authored
Merge branch 'master' into trap_changes
2 parents cefe62e + 9b02d26 commit 563237f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
RELEASE_ARTIFACT_ID: battlecode26
1515

1616
# IS_PUBLIC is whether to release deployments publicly. Set to exactly the text "YES" to do so.
17-
IS_PUBLIC: YES
17+
IS_PUBLIC: NO
1818

1919
jobs:
2020
release-java:

client/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const CLIENT_VERSION = '1.0.0'
1+
export const CLIENT_VERSION = '1.0.2'
22
export const SPEC_VERSION = '1'
33
export const BATTLECODE_YEAR: number = 2026
44
export const MAP_SIZE_RANGE = {

specs/specs.pdf

1.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)