Skip to content

Commit

Permalink
Tournament release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Wang committed Feb 1, 2023
1 parent ada9b37 commit f41f615
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion client/visualizer/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion engine/src/main/battlecode/common/GameConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 ************
Expand Down
2 changes: 1 addition & 1 deletion specs/specs.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand Down

0 comments on commit f41f615

Please sign in to comment.