Skip to content

Commit 88f54ee

Browse files
author
Jannik Reimers
committed
release 0.6.5
1 parent f368eff commit 88f54ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ fun String.runCommand(
3535

3636

3737
group = "org.hyacinthbots.allium"
38-
version = "0.7-build.local-" + "git rev-parse --short=8 HEAD".runCommand(workingDir = rootDir) + "-" + "git branch --show-current".runCommand(workingDir = rootDir).replace("/", ".")
38+
//version = "0.7-build.local-" + "git rev-parse --short=8 HEAD".runCommand(workingDir = rootDir) + "-" + "git branch --show-current".runCommand(workingDir = rootDir).replace("/", ".")
3939
var buildTime = Date().time / 1000
40-
//version = "0.7"
40+
version = "0.6.5"
4141
// The current LTS Java version
4242
val javaVersion = 21
4343

0 commit comments

Comments
 (0)