From a5d4d43a5cbf64ea2032ad7178650dafdf33e52c Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Mon, 30 Jan 2023 13:41:44 -0500 Subject: [PATCH] Update GameConstants.java --- engine/src/main/battlecode/common/GameConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/main/battlecode/common/GameConstants.java b/engine/src/main/battlecode/common/GameConstants.java index e4a4b5af..1db673d8 100644 --- a/engine/src/main/battlecode/common/GameConstants.java +++ b/engine/src/main/battlecode/common/GameConstants.java @@ -10,7 +10,7 @@ public class GameConstants { /** * The current spec version the server compiles with. */ - public static final String SPEC_VERSION = "3.0.5"; + public static final String SPEC_VERSION = "3.0.8"; // ********************************* // ****** MAP CONSTANTS ************