Skip to content

Commit 8ced5c3

Browse files
committed
Pre-release version 2022.0.0.3-alpha
1 parent d8af467 commit 8ced5c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/visualizer/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export enum Mode {
144144
*/
145145
export function defaults(supplied?: any): Config {
146146
let conf: Config = {
147-
gameVersion: "2022.0.0.0", //TODO: Change this on each release!
147+
gameVersion: "2022.0.0.3", //TODO: Change this on each release!
148148
fullscreen: false,
149149
width: 600,
150150
height: 600,

engine/src/main/battlecode/common/GameConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class GameConstants {
99
/**
1010
* The current spec version the server compiles with.
1111
*/
12-
public static final String SPEC_VERSION = "2022.0.1.0";
12+
public static final String SPEC_VERSION = "2022.0.0.3";
1313

1414
// *********************************
1515
// ****** MAP CONSTANTS ************

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ maps=maptestsmall
55
profilerEnabled=false
66
source=src
77
mapLocation=maps
8-
release_version=2022.0.0.1
8+
release_version=2022.0.0.3

0 commit comments

Comments
 (0)