Skip to content

Commit

Permalink
Bump version from 2.4.2 to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesdevelopment committed Dec 23, 2024
1 parent e854b19 commit e73b18f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grunt-main/src/main/kotlin/net/spartanb312/grunt/Grunt.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import kotlin.system.measureTimeMillis
* Gruntpocalypse
* A java bytecode obfuscator
*/
const val VERSION = "2.4.2"
const val SUBTITLE = "build 241116"
const val VERSION = "2.4.3"
const val SUBTITLE = "build 241223"
const val GITHUB = "https://github.com/SpartanB312/Grunt"

fun main(args: Array<String>) {
Expand All @@ -36,7 +36,7 @@ fun main(args: Array<String>) {
)
println("==========================================================")
println(" Gruntpocalypse $VERSION [$SUBTITLE]")
println(" Github: $GITHUB")
println(" GitHub: $GITHUB")
println("==========================================================")

Logger.info("Initializing Grunt Obfuscator...")
Expand Down

0 comments on commit e73b18f

Please sign in to comment.