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 Apr 27, 2018
1 parent c69928a commit 8aac487
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 @@ -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
Expand Down

0 comments on commit 8aac487

Please sign in to comment.