File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
engine/src/main/battlecode/common Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ export enum Mode {
154154export 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 ) ,
Original file line number Diff line number Diff 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 ************
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments