Skip to content

Commit

Permalink
Release version 2022.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mao committed Jan 3, 2022
1 parent a5b0c06 commit e832af7
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 @@ -144,7 +144,7 @@ export enum Mode {
*/
export function defaults(supplied?: any): Config {
let conf: Config = {
gameVersion: "2022.0.0.3", //TODO: Change this on each release!
gameVersion: "2022.0.1.0", //TODO: Change this on each release!
fullscreen: false,
width: 600,
height: 600,
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 @@ -9,7 +9,7 @@ public class GameConstants {
/**
* The current spec version the server compiles with.
*/
public static final String SPEC_VERSION = "2022.0.0.3";
public static final String SPEC_VERSION = "2022.0.1.0";

// *********************************
// ****** MAP CONSTANTS ************
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maps=maptestsmall
profilerEnabled=false
source=src
mapLocation=maps
release_version=2022.0.0.3
release_version=2022.0.1.0

0 comments on commit e832af7

Please sign in to comment.