From 8aac48751b93f47cace98ee8703d9e31a6ff8d75 Mon Sep 17 00:00:00 2001 From: chrislo27 Date: Thu, 26 Apr 2018 21:22: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 ab11cbff4..01be8e14a 100644 --- a/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt +++ b/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt @@ -10,7 +10,7 @@ import java.time.Month object RHRE3 { const val TITLE = "Rhythm Heaven Remix Editor 3" - val VERSION: Version = Version(3, 10, 0, "DEVELOPMENT") + val VERSION: Version = Version(3, 10, 0, "") val EXPERIMENTAL: Boolean = VERSION.suffix.matches("DEVELOPMENT|SNAPSHOT(?:.)*|RC\\d+".toRegex()) const val WIDTH = 1280 const val HEIGHT = 720