Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 23, 2024
1 parent 8fffe88 commit a00e64e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions client/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { schema } from 'battlecode-schema'

export const GAME_VERSION = '2.0.2'
export const SPEC_VERSION = '2.0.2'
export const GAME_VERSION = '2.0.3'
export const SPEC_VERSION = '2.0.3'
export const BATTLECODE_YEAR: number = 2024
export const MAP_SIZE_RANGE = {
min: 30,
Expand Down Expand Up @@ -38,6 +38,7 @@ export const ENGINE_BUILTIN_MAP_NAMES: string[] = [
'Duck',
'Fountain',
'Hockey',
'HungerGames',
'MazeRunner',
'Rivers',
'Snake',
Expand Down
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 @@ -9,7 +9,7 @@ public class GameConstants {
/**
* The current spec version the server compiles with.
*/
public static final String SPEC_VERSION = "2.0.2";
public static final String SPEC_VERSION = "2.0.3";

// *********************************
// ****** MAP CONSTANTS ************
Expand Down
6 changes: 5 additions & 1 deletion specs/specs.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# **Formal specification**

_This is the formal specification of the Battlecode 2024 game._ Current version: *2.0.2*
_This is the formal specification of the Battlecode 2024 game._ Current version: *2.0.3*

**Welcome to Battlecode 2024: Breadwars.**

Expand Down Expand Up @@ -286,6 +286,10 @@

# **Appendix: Changelog**

- Version 2.0.3 (January 22, 2024)
- Client improvements
- Added HungerGames sprint 1 map

- Version 2.0.2 (January 20, 2024)
- Engine fixes
- Corrected issue where stun trap was using old cooldown (40)
Expand Down

0 comments on commit a00e64e

Please sign in to comment.