We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410c88b commit ac90617Copy full SHA for ac90617
build.gradle.kts
@@ -2,5 +2,5 @@ val isOnCI = System.getenv()["GITHUB_ACTIONS"] != null
2
3
allprojects {
4
group = "dev.hsbrysk"
5
- version = "1.0.0" + if (isOnCI) "" else "-SNAPSHOT"
+ version = "1.1.0" + if (isOnCI) "" else "-SNAPSHOT"
6
}
0 commit comments