Skip to content

Commit

Permalink
DEV version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Aug 21, 2019
1 parent f68dcd5 commit 8617652
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, "")
val VERSION: Version = Version(1, 9, 1, "DEVELOPMENT")
const val GITHUB: String = "https://github.com/SneakySpook/Tickompiler"

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

0 comments on commit 8617652

Please sign in to comment.