Skip to content

Commit

Permalink
its time
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJansel committed Aug 28, 2024
1 parent e6d7484 commit 09099ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ group = "org.hyacinthbots.allium"
version = if ("git branch --show-current"
.runCommand(workingDir = rootDir)
.replace("/", ".") == "root") {
"0.7"
"1.0.0"
} else {
"0.7-build.local-" +
"1.0.1-build.local-" +
"git rev-parse --short=8 HEAD"
.runCommand(workingDir = rootDir) +
"-" +
Expand Down

0 comments on commit 09099ba

Please sign in to comment.