From c7e643cc82cda2491d895f1511a6e4f84a1657aa Mon Sep 17 00:00:00 2001 From: chrislo27 Date: Tue, 27 Dec 2016 12:44:27 -0800 Subject: [PATCH] Bump 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 a845729eb..a0048bc84 100644 --- a/core/src/chrislo27/rhre/Main.kt +++ b/core/src/chrislo27/rhre/Main.kt @@ -54,7 +54,7 @@ class Main(l: Logger) : ionium.templates.Main(l) { } override fun create() { - ionium.templates.Main.version = "v2.1.1" + ionium.templates.Main.version = "v2.2.0" GlobalVariables.versionUrl = "https://raw.githubusercontent.com/chrislo27/VersionPlace/master/RHRE-version.txt" super.create()