We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360eb12 commit c8513bdCopy full SHA for c8513bd
2 files changed
build.gradle.kts
@@ -17,7 +17,7 @@ import java.util.Base64
17
version = run {
18
// our version follows the semver specification
19
20
- val baseVersion = (project.property("version") as String).removeSuffix("-SNAPSHOT")
+ val baseVersion = project.property("version") as String
21
22
val feat = run {
23
val releaseBuild = !System.getenv("BRANCH_KOOG_IS_RELEASING_FROM").isNullOrBlank()
gradle.properties
@@ -16,4 +16,4 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
16
kotlin.native.ignoreDisabledTargets=true
group=ai.koog
-version=0.5.4-SNAPSHOT
+version=0.5.4
0 commit comments