Skip to content

Commit 2c9b72d

Browse files
authored
Merge pull request #101 from agentclientprotocol/bump-version-0.23.0
Increment sdk version to 0.23.0
2 parents 1e395fb + 85ae381 commit 2c9b72d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
private val buildNumber: String? = System.getenv("GITHUB_RUN_NUMBER")
88
private val isReleasePublication = System.getenv("RELEASE_PUBLICATION")?.toBoolean() ?: false
99

10-
private val baseVersion = "0.22.0"
10+
private val baseVersion = "0.23.0"
1111

1212
allprojects {
1313
group = "com.agentclientprotocol"

0 commit comments

Comments
 (0)