Skip to content

Commit 09099ba

Browse files
author
Jannik Reimers
committed
its time
1 parent e6d7484 commit 09099ba

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
@@ -40,9 +40,9 @@ group = "org.hyacinthbots.allium"
4040
version = if ("git branch --show-current"
4141
.runCommand(workingDir = rootDir)
4242
.replace("/", ".") == "root") {
43-
"0.7"
43+
"1.0.0"
4444
} else {
45-
"0.7-build.local-" +
45+
"1.0.1-build.local-" +
4646
"git rev-parse --short=8 HEAD"
4747
.runCommand(workingDir = rootDir) +
4848
"-" +

0 commit comments

Comments
 (0)