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 6a70288 commit e41d54aCopy full SHA for e41d54a
build.gradle.kts
@@ -14,5 +14,5 @@ allprojects {
14
group = "io.github.joel-jeremy.externalized-properties"
15
16
val snapshotSuffix = if (rootProject.hasProperty("release")) "" else "-SNAPSHOT"
17
- version = "1.0.0-beta.1${snapshotSuffix}"
+ version = "1.0.0${snapshotSuffix}"
18
}
0 commit comments