From ecc867af502fb2189f7e0a0ff85ba3a44ae09823 Mon Sep 17 00:00:00 2001 From: chrislo27 Date: Sat, 7 Jan 2017 22:37:10 -0800 Subject: [PATCH] Fix version --- core/src/chrislo27/rhre/Main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/chrislo27/rhre/Main.kt b/core/src/chrislo27/rhre/Main.kt index 1376614ed..da0ccd3ff 100644 --- a/core/src/chrislo27/rhre/Main.kt +++ b/core/src/chrislo27/rhre/Main.kt @@ -55,7 +55,7 @@ class Main(l: Logger) : ionium.templates.Main(l) { } override fun create() { - ionium.templates.Main.version = "v2.3.0" + ionium.templates.Main.version = "v2.2.2" GlobalVariables.versionUrl = "https://raw.githubusercontent.com/chrislo27/VersionPlace/master/RHRE-version.txt" super.create()