Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CebolaBros64 committed Mar 8, 2022
1 parent 32bccf7 commit 398d098
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, 2, "DEVELOPMENT")
val VERSION: Version = Version(1, 10, 0, "")
const val GITHUB: String = "https://github.com/rhmodding/Tickompiler"

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

0 comments on commit 398d098

Please sign in to comment.