mirror of
https://github.com/openai/openai-go.git
synced 2026-04-01 17:17:14 +09:00
chore(internal): version bump
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "3.6.1"
|
||||
".": "3.7.0"
|
||||
}
|
||||
@@ -30,7 +30,7 @@ Or to pin the version:
|
||||
<!-- x-release-please-start-version -->
|
||||
|
||||
```sh
|
||||
go get -u 'github.com/openai/openai-go/v3@v3.6.1'
|
||||
go get -u 'github.com/openai/openai-go/v3@v3.7.0'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "3.6.1" // x-release-please-version
|
||||
const PackageVersion = "3.7.0" // x-release-please-version
|
||||
|
||||
Reference in New Issue
Block a user