From 3038d3214f04193d9d4031227ce5e6ee6916f7e8 Mon Sep 17 00:00:00 2001 From: chrislo27 Date: Sun, 10 May 2020 21:19:11 -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 a9c4cfeba..b71c2606a 100644 --- a/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt +++ b/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt @@ -12,7 +12,7 @@ object RHRE3 { const val TITLE = "Rhythm Heaven Remix Editor" const val TITLE_3 = "Rhythm Heaven Remix Editor 3" - val VERSION: Version = Version(3, 19, 5, "DEVELOPMENT") + val VERSION: Version = Version(3, 19, 5, "") val EXPERIMENTAL: Boolean = VERSION.suffix.matches("DEVELOPMENT|SNAPSHOT(?:.)*|RC\\d+".toRegex()) val enableEarlyAccessMessage: Boolean = EXPERIMENTAL && VERSION.suffix != "DEVELOPMENT" const val WIDTH = 1280