Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Jun 30, 2019
1 parent 755c3ac commit 40456f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/kotlin/io/github/chrislo27/rhre3/RHRE3.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40456f4

Please sign in to comment.