From 5239c5014316c7d12976602ea39e919a46860e55 Mon Sep 17 00:00:00 2001 From: chrislo27 Date: Sat, 3 Nov 2018 21:00:47 -0700 Subject: [PATCH] Bump version --- core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt b/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt index 93969722c..322bbde00 100644 --- a/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt +++ b/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt @@ -11,7 +11,7 @@ object RHRE3 { const val TITLE = "Rhythm Heaven Remix Editor" const val TITLE_3 = "Rhythm Heaven Remix Editor 3" - val VERSION: Version = Version(3, 15, 0, "RC2") + val VERSION: Version = Version(3, 15, 0, "") val EXPERIMENTAL: Boolean = VERSION.suffix.matches("DEVELOPMENT|SNAPSHOT(?:.)*|RC\\d+".toRegex()) const val WIDTH = 1280 const val HEIGHT = 720