Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Jun 26, 2019
1 parent eb26188 commit 3a20a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/rhmodding/tickompiler/Tickompiler.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import rhmodding.tickompiler.util.Version

object Tickompiler {

val VERSION: Version = Version(1, 9, 0, "DEVELOPMENT")
val VERSION: Version = Version(1, 9, 0, "")
const val GITHUB: String = "https://github.com/SneakySpook/Tickompiler"

fun createAndParseCommandLine(runnable: Runnable, vararg args: String): CommandLine {
Expand Down

0 comments on commit 3a20a47

Please sign in to comment.