From e772f00546899c0f91900c2290e328bd616ed3b0 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 3 May 2020 14:03:22 +0100 Subject: [PATCH] Update engine version to release-20200503. --- mod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.config b/mod.config index c510417..bea1f04 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-20200418" +ENGINE_VERSION="release-20200503" # .dll filenames compiled by the mod solution for use by the runtime assembly check WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll"