From 5f1008782139b2ecf0b1fecfdd94f3ae4d0fd702 Mon Sep 17 00:00:00 2001 From: chrislo27 Date: Sat, 23 Sep 2017 19:52:04 -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 c2dd5b8df..5f700697c 100644 --- a/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt +++ b/core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt @@ -8,7 +8,7 @@ import io.github.chrislo27.toolboks.version.Version object RHRE3 { const val TITLE = "Rhythm Heaven Remix Editor 3" - val VERSION: Version = Version(3, 3, 0, "RC1") + val VERSION: Version = Version(3, 3, 0, "") const val WIDTH = 1280 const val HEIGHT = 720 val DEFAULT_SIZE = WIDTH to HEIGHT