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 641ce1e4e..c4c8e7af5 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, 18, 4, "DEVELOPMENT") + val VERSION: Version = Version(3, 18, 4, "") val EXPERIMENTAL: Boolean = VERSION.suffix.matches("DEVELOPMENT|SNAPSHOT(?:.)*|RC\\d+".toRegex()) const val WIDTH = 1280 const val HEIGHT = 720