Skip to content

Commit 6022f7b

Browse files
committed
Release v1.2.3
1 parent b74f29d commit 6022f7b

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

client/visualizer/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export enum Mode {
154154
export function defaults(supplied?: any): Config {
155155
let year = "2023"
156156
let conf: Config = {
157-
gameVersion: "1.2.2", //TODO: Change this on each release!
157+
gameVersion: "1.2.3", //TODO: Change this on each release!
158158
year: year,
159159
map_extension: 'map'+year.substring(2),
160160
game_extension: 'bc'+year.substring(2),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class GameConstants {
1010
/**
1111
* The current spec version the server compiles with.
1212
*/
13-
public static final String SPEC_VERSION = "1.2.2";
13+
public static final String SPEC_VERSION = "1.2.3";
1414

1515
// *********************************
1616
// ****** MAP CONSTANTS ************

specs/specs.md.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Formal specification
1919

20-
*This is the formal specification of the Battlecode 2023 game.* Current version: *1.2.2*
20+
*This is the formal specification of the Battlecode 2023 game.* Current version: *1.2.3*
2121

2222
**Welcome to Battlecode 2023: Tempest.**
2323

@@ -287,6 +287,10 @@
287287

288288
# Appendix: Changelog
289289

290+
- Version 1.2.3 (January 13, 2023)
291+
- Non-essential update for competitors but critical for infrastructure:
292+
- Remove verbose deprecation output. Method deprecation will be re-documented in the future.
293+
290294
- Version 1.2.2 (January 12, 2023)
291295
- Spec Fixes:
292296
- Documented behavior of replacing ally anchors on islands

0 commit comments

Comments
 (0)