From: TheSaminator Date: Wed, 1 Jun 2022 16:51:02 +0000 (-0400) Subject: Remove version number (I'm not updating that shit) X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=a6ad8eae0dab0abe4f3e4e0a7d0d6c4964ec2fec;p=starship-fights Remove version number (I'm not updating that shit) --- diff --git a/build.gradle.kts b/build.gradle.kts index bb1ab0d..1075b6a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,6 @@ plugins { } group = "io.github.thesaminator" -version = "1.0" val isDevEnv: Boolean by extra { val configFile = file("config.json")