Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.
/ RSDE Public archive

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Apr 13, 2019
1 parent dcbd594 commit e4bfe3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class RSDE : Application() {

companion object {
const val TITLE = "RHRE SFX Database Editor"
val VERSION = Version(1, 1, 0, "DEVELOPMENT")
val VERSION = Version(1, 1, 0, "")
val rootFolder: File = File(System.getProperty("user.home")).resolve(".rsde/").apply { mkdirs() }
val rhreRoot: File = File(System.getProperty("user.home")).resolve(".rhre3/").apply {
mkdirs()
Expand Down

0 comments on commit e4bfe3d

Please sign in to comment.