mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-05-16 20:02:11 +00:00
chore(internal): version bump
This commit is contained in:
parent
bf3b498eb9
commit
6d4abb7139
3 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.11.0"
|
||||
".": "0.12.0"
|
||||
}
|
||||
|
|
@ -24,7 +24,7 @@ Or to pin the version:
|
|||
<!-- x-release-please-start-version -->
|
||||
|
||||
```sh
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.11.0'
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.12.0'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "0.11.0" // x-release-please-version
|
||||
const PackageVersion = "0.12.0" // x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue