Remove version number (I'm not updating that shit)
authorTheSaminator <TheSaminator@users.noreply.github.com>
Wed, 1 Jun 2022 16:51:02 +0000 (12:51 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Wed, 1 Jun 2022 16:51:02 +0000 (12:51 -0400)
build.gradle.kts

index bb1ab0d79b1ef9d5ffe1033704c8c693ffb4f484..1075b6aefd816bdb259e68ca20453feb1f991261 100644 (file)
@@ -33,7 +33,6 @@ plugins {
 }
 
 group = "io.github.thesaminator"
-version = "1.0"
 
 val isDevEnv: Boolean by extra {
        val configFile = file("config.json")