We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9be7b3e + 4a8f559 commit a71c675Copy full SHA for a71c675
2 files changed
engine/src/main/battlecode/common/GameConstants.java
@@ -10,7 +10,7 @@ public class GameConstants {
10
/**
11
* The current spec version the server compiles with.
12
*/
13
- public static final String SPEC_VERSION = "1.2.0";
+ public static final String SPEC_VERSION = "1.2.1";
14
15
// *********************************
16
// ****** MAP CONSTANTS ************
specs/specs.md.html
@@ -17,7 +17,7 @@
17
18
# Formal specification
19
20
-*This is the formal specification of the Battlecode 2023 game.* Current version: *1.2.0*
+*This is the formal specification of the Battlecode 2023 game.* Current version: *1.2.1*
21
22
**Welcome to Battlecode 2023: Tempest.**
23
0 commit comments