Skip to content

Commit 0158471

Browse files
Update version to 4.0.0-SNAPSHOT for Release
1 parent 01cdfd6 commit 0158471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
allprojects {
1414
group = "com.jashmore"
15-
version = "4.0.0-M9-SNAPSHOT"
15+
version = "4.0.0-SNAPSHOT"
1616

1717
repositories {
1818
mavenCentral()
@@ -187,4 +187,4 @@ tasks.register("saveVersionForGitHub") {
187187
doLast {
188188
println("::set-output name=version::${project.version}")
189189
}
190-
}
190+
}

0 commit comments

Comments
 (0)