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 to v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Dec 10, 2021
1 parent d6fc984 commit 0594be3
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, 6, "")
val VERSION = Version(1, 1, 7, "")
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 0594be3

Please sign in to comment.