diff --git a/grunt-main/src/main/kotlin/net/spartanb312/grunt/Grunt.kt b/grunt-main/src/main/kotlin/net/spartanb312/grunt/Grunt.kt index 5d7a1f0..3f2d878 100644 --- a/grunt-main/src/main/kotlin/net/spartanb312/grunt/Grunt.kt +++ b/grunt-main/src/main/kotlin/net/spartanb312/grunt/Grunt.kt @@ -10,7 +10,7 @@ import kotlin.system.measureTimeMillis * Gruntpocalypse * A continuation of Grunt witch is a lightweight java bytecode obfuscator */ -const val VERSION = "2.0.0.240706" +const val VERSION = "2.0.0.240708" const val TYPE = "Beta" const val GITHUB = "https://github.com/SpartanB312/Grunt"