Skip to content

Commit

Permalink
Update provider based on openapi.yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
team-k8s-bot committed Jan 23, 2025
1 parent 296847e commit d1a6cbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: b81e5def-5b1e-4753-ae7c-0efccc2e6f61
management:
docChecksum: bf793ad8dca95f0e711ff6b2850c7b9d
docVersion: 0.0.1
speakeasyVersion: 1.470.1
speakeasyVersion: 1.472.0
generationVersion: 2.493.34
releaseVersion: 0.1.27
configChecksum: 9d97302606b945989145a2e4a72376dd
releaseVersion: 0.1.28
configChecksum: f6aa55aadea433268e0c46840d52ef21
features:
go:
additionalDependencies: 0.1.0
Expand Down
4 changes: 2 additions & 2 deletions sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ func New(opts ...SDKOption) *SDK {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.0.1",
SDKVersion: "0.1.27",
SDKVersion: "0.1.28",
GenVersion: "2.493.34",
UserAgent: "speakeasy-sdk/go 0.1.27 2.493.34 0.0.1 github.com/Kong/sdk-konnect-go",
UserAgent: "speakeasy-sdk/go 0.1.28 2.493.34 0.0.1 github.com/Kong/sdk-konnect-go",
Hooks: hooks.New(),
},
}
Expand Down

0 comments on commit d1a6cbd

Please sign in to comment.