From b0a7e9d91bd413a2dd2927101503c91855b35c2a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 07:31:58 +0000 Subject: [PATCH] chore(internal): version bump --- .release-please-manifest.json | 2 +- README.md | 2 +- internal/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 091cfb1..f7014c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } \ No newline at end of file diff --git a/README.md b/README.md index b3b68c5..c47a58b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or to pin the version: ```sh -go get -u 'github.com/sst/opencode-sdk-go@v0.10.0' +go get -u 'github.com/sst/opencode-sdk-go@v0.11.0' ``` diff --git a/internal/version.go b/internal/version.go index 3a404f6..153db11 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.10.0" // x-release-please-version +const PackageVersion = "0.11.0" // x-release-please-version