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 fa1798c commit dae5c6fCopy full SHA for dae5c6f
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
private val buildNumber: String? = System.getenv("GITHUB_RUN_NUMBER")
8
private val isReleasePublication = System.getenv("RELEASE_PUBLICATION")?.toBoolean() ?: false
9
10
-private val baseVersion = "0.5.0"
+private val baseVersion = "0.6.0"
11
12
allprojects {
13
group = "com.agentclientprotocol"
0 commit comments