diff --git a/build.gradle.kts b/build.gradle.kts index cede733..8f2e98b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,9 +34,9 @@ fun String.runCommand( group = "org.hyacinthbots.allium" -version = "0.4-build.local-" + "git rev-parse --short=8 HEAD".runCommand(workingDir = rootDir) + "-" + "git branch --show-current".runCommand(workingDir = rootDir).replace("/", ".") +//version = "0.4-build.local-" + "git rev-parse --short=8 HEAD".runCommand(workingDir = rootDir) + "-" + "git branch --show-current".runCommand(workingDir = rootDir).replace("/", ".") var buildTime = Date().time / 1000 -//version = "0.3.3" +version = "0.4" // The current LTS Java version val javaVersion = 17