From 94fc45b4d9225cf717cfba4aee995de38534778d Mon Sep 17 00:00:00 2001 From: NotJansel Date: Fri, 10 Mar 2023 19:40:14 +0100 Subject: [PATCH] bump version to 0.4 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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