We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cdfd6 commit 0158471Copy full SHA for 0158471
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
13
allprojects {
14
group = "com.jashmore"
15
- version = "4.0.0-M9-SNAPSHOT"
+ version = "4.0.0-SNAPSHOT"
16
17
repositories {
18
mavenCentral()
@@ -187,4 +187,4 @@ tasks.register("saveVersionForGitHub") {
187
doLast {
188
println("::set-output name=version::${project.version}")
189
}
190
-}
+}
0 commit comments