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 2a2c4d8 commit 9f8382bCopy full SHA for 9f8382b
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.7.2"
+private val baseVersion = "0.7.3"
11
12
allprojects {
13
group = "com.agentclientprotocol"
0 commit comments