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 4bc9d22 commit 6bf1d15Copy full SHA for 6bf1d15
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.4.0"
+private val baseVersion = "0.5.0"
11
12
allprojects {
13
group = "com.agentclientprotocol"
0 commit comments