Skip to content

Commit

Permalink
Merge pull request #6 from speakeasy-sdks/speakeasy-sdk-regen-1698878214
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate
  • Loading branch information
speakeasybot authored Nov 1, 2023
2 parents dd517cc + 3f5577a commit 6d12090
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ Based on:
### Generated
- [go v0.5.0] .
### Releases
- [Go v0.5.0] https://github.com/speakeasy-sdks/template-speakeasy-bar/releases/tag/v0.5.0 - .
- [Go v0.5.0] https://github.com/speakeasy-sdks/template-speakeasy-bar/releases/tag/v0.5.0 - .

## 2023-11-01 22:36:53
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.111.0 (2.173.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.6.0] .
### Releases
- [Go v0.6.0] https://github.com/speakeasy-sdks/template-speakeasy-bar/releases/tag/v0.6.0 - .
4 changes: 2 additions & 2 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ configVersion: 1.0.0
management:
docChecksum: abbc3a8faac54f76013e5d509a8d11ec
docVersion: 1.0.0
speakeasyVersion: 1.109.2
speakeasyVersion: 1.111.0
generationVersion: 2.173.0
generation:
comments:
Expand All @@ -29,7 +29,7 @@ features:
inputOutputModels: 2.81.1
serverIDs: 2.81.1
go:
version: 0.5.0
version: 0.6.0
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
installationURL: https://github.com/speakeasy-sdks/template-speakeasy-bar
Expand Down
4 changes: 2 additions & 2 deletions speakeasy.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ func New(opts ...SDKOption) *Speakeasy {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "1.0.0",
SDKVersion: "0.5.0",
SDKVersion: "0.6.0",
GenVersion: "2.173.0",
UserAgent: "speakeasy-sdk/go 0.5.0 2.173.0 1.0.0 github.com/speakeasy-sdks/template-speakeasy-bar",
UserAgent: "speakeasy-sdk/go 0.6.0 2.173.0 1.0.0 github.com/speakeasy-sdks/template-speakeasy-bar",
ServerDefaults: map[string]map[string]string{
"prod": {},
"staging": {},
Expand Down

0 comments on commit 6d12090

Please sign in to comment.