diff --git a/core/src/chrislo27/rhre/Main.kt b/core/src/chrislo27/rhre/Main.kt
index a0048bc84..52c4a57cb 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.2.0"
+		ionium.templates.Main.version = "v2.2.1"
 		GlobalVariables.versionUrl = "https://raw.githubusercontent.com/chrislo27/VersionPlace/master/RHRE-version.txt"
 
 		super.create()