We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee22758 commit 453913eCopy full SHA for 453913e
1 file changed
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.11.3"
+private val baseVersion = "0.11.4"
11
12
allprojects {
13
group = "com.agentclientprotocol"
0 commit comments