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 14e50b2 commit 31188aeCopy full SHA for 31188ae
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.0"
+private val baseVersion = "0.7.1"
11
12
allprojects {
13
group = "com.agentclientprotocol"
@@ -16,4 +16,4 @@ allprojects {
16
buildNumber == null -> "$baseVersion-SNAPSHOT"
17
else -> "$baseVersion-dev-$buildNumber"
18
}
19
-}
+}
0 commit comments