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