Skip to content

Commit

Permalink
bump vernums
Browse files Browse the repository at this point in the history
  • Loading branch information
n8kim1 committed Jan 9, 2023
1 parent 57b8784 commit ae4458e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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: "0.1.1", //TODO: Change this on each release!
gameVersion: "0.1.5", //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 = "0.1.1";
public static final String SPEC_VERSION = "0.1.5";

// *********************************
// ****** 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: *0.1.1*
*This is the formal specification of the Battlecode 2023 game.* Current version: *0.1.5*

The 2023 specifications have not been ported yet. Following is the 2022 specs.

Expand Down

0 comments on commit ae4458e

Please sign in to comment.