Skip to content

Commit

Permalink
release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannik Reimers committed Mar 19, 2024
1 parent 5fd91d6 commit 5dacf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fun String.runCommand(
group = "org.hyacinthbots.allium"
//version = "0.6.0-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.6.1"
version = "0.6.2"
// The current LTS Java version
val javaVersion = 17

Expand Down

0 comments on commit 5dacf29

Please sign in to comment.