Skip to content

Commit 2b73616

Browse files
committed
Changed version nums
1 parent d51b63b commit 2b73616

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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.3.5", //TODO: Change this on each release!
157+
gameVersion: "1.3.6", //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.3.5";
13+
public static final String SPEC_VERSION = "1.3.6";
1414

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

specs/specs.md.html

Lines changed: 6 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.3.5*
20+
*This is the formal specification of the Battlecode 2023 game.* Current version: *1.3.6*
2121

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

@@ -289,6 +289,11 @@
289289

290290
# Appendix: Changelog
291291

292+
- Version 1.3.6 (January 17, 2023)
293+
- Released sprint 1 maps
294+
- Engine Fixes:
295+
- Fixed assertion that is getting compiled out
296+
292297
- Version 1.3.5 (January 17, 2023)
293298
- Non-essential update for competitors but critical for infrastructure:
294299
- Modify tournament mode in client for new infrastructure

0 commit comments

Comments
 (0)