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

Commit

Permalink
Bump version to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Jul 28, 2020
1 parent c7e8743 commit 4c14459
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
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, 20, 3, "DEVELOPMENT")
val VERSION: Version = Version(3, 20, 3, "")
val EXPERIMENTAL: Boolean = VERSION.suffix.matches("DEVELOPMENT|SNAPSHOT(?:.)*|RC\\d+".toRegex())
val enableEarlyAccessMessage: Boolean = EXPERIMENTAL && VERSION.suffix != "DEVELOPMENT"
const val WIDTH = 1280
Expand Down

0 comments on commit 4c14459

Please sign in to comment.