From a90a47d5e4d16d82f92814732b96c35faffaa3fa Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 1 Feb 2020 16:57:37 +0000 Subject: [PATCH] Update engine to release-20200202. --- mod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.config b/mod.config index 6bb170d7f..a6657393d 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-20200118" +ENGINE_VERSION="release-20200202" # .dll filenames compiled by the mod solution for use by the runtime assembly check WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll"