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 c83e6a2 commit fec85d7Copy full SHA for fec85d7
1 file changed
build.gradle.kts
@@ -32,7 +32,7 @@ plugins {
32
alias(libs.plugins.versions)
33
}
34
35
-version = ProjectVersion("5.1.0", BuildType.snapshot)
+version = ProjectVersion("5.1.0", BuildType.release)
36
group = "org.cthing"
37
description = "Parses version numbers, ranges and constraints in a variety of formats."
38
0 commit comments