From 9b416316b1fcd2a1d42a9f4323191276a5d771dd Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 14 Oct 2017 12:34:38 +0100 Subject: [PATCH] Update engine version to release-20171014. --- mod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.config b/mod.config index c2dc93e..54dcb91 100644 --- a/mod.config +++ b/mod.config @@ -9,7 +9,7 @@ MOD_ID="example" # The OpenRA engine version to use for this project. -ENGINE_VERSION="playtest-20170923" +ENGINE_VERSION="release-20171014" # Enable this to make the default OpenRA mods available for use in your mod.yaml # Packages list (via $mod references). Accepts values "True" or "False".