We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d7484 commit 09099baCopy full SHA for 09099ba
build.gradle.kts
@@ -40,9 +40,9 @@ group = "org.hyacinthbots.allium"
40
version = if ("git branch --show-current"
41
.runCommand(workingDir = rootDir)
42
.replace("/", ".") == "root") {
43
- "0.7"
+ "1.0.0"
44
} else {
45
- "0.7-build.local-" +
+ "1.0.1-build.local-" +
46
"git rev-parse --short=8 HEAD"
47
.runCommand(workingDir = rootDir) +
48
"-" +
0 commit comments