Skip to content

Commit

Permalink
Bump version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Nov 15, 2020
1 parent 617f115 commit 6fc8192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/rhmodding/treasury/Treasury.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import kotlin.system.exitProcess

class Treasury : Application() {
companion object {
val VERSION: Version = Version(2, 0, 1, "DEVELOPMENT")
val VERSION: Version = Version(2, 0, 1, "")
val LOGGER: Logger = Logger.getLogger("Treasury").apply {
level = Level.FINE
}
Expand Down

0 comments on commit 6fc8192

Please sign in to comment.