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 12, 2018
1 parent 3f00c65 commit a6e37d0
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, 9, 1, "DEVELOPMENT")
val VERSION: Version = Version(3, 9, 1, "")
const val WIDTH = 1280
const val HEIGHT = 720
val DEFAULT_SIZE = WIDTH to HEIGHT
Expand Down

0 comments on commit a6e37d0

Please sign in to comment.