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 2, 2018
1 parent 38726eb commit e21c4d7
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 @@ -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, 9, 0, "DEVELOPMENT")
val VERSION: Version = Version(3, 9, 0, "")
const val WIDTH = 1280
const val HEIGHT = 720
val DEFAULT_SIZE = WIDTH to HEIGHT
Expand Down

0 comments on commit e21c4d7

Please sign in to comment.