Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acrantel committed Dec 16, 2023
1 parent 152d999 commit 44eb55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ export const MAP_SIZE_RANGE = {
max: 60
}

export const SPEC_VERSION = '0.1.1'
export const SPEC_VERSION = '0.1.2'
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.2";

// *********************************
// ****** MAP CONSTANTS ************
Expand Down

0 comments on commit 44eb55f

Please sign in to comment.