Skip to content

Commit 05fedea

Browse files
committed
Update provider based on openapi.yaml changes
1 parent b4da2d8 commit 05fedea

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.speakeasy/gen.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: b81e5def-5b1e-4753-ae7c-0efccc2e6f61
33
management:
44
docChecksum: 727ec0dd2227c3dc7e747229df9f63b2
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.531.1
7-
generationVersion: 2.568.5
8-
releaseVersion: 0.2.26
9-
configChecksum: c63eaef988cabced6a5051d3e5b5f8d3
6+
speakeasyVersion: 1.531.2
7+
generationVersion: 2.570.0
8+
releaseVersion: 0.2.27
9+
configChecksum: 81d8928bf6bd0ef6b6378c5310025bfd
1010
features:
1111
go:
1212
additionalDependencies: 0.1.0

sdk.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ func New(opts ...SDKOption) *SDK {
272272
sdkConfiguration: sdkConfiguration{
273273
Language: "go",
274274
OpenAPIDocVersion: "0.0.1",
275-
SDKVersion: "0.2.26",
276-
GenVersion: "2.568.5",
277-
UserAgent: "speakeasy-sdk/go 0.2.26 2.568.5 0.0.1 github.com/Kong/sdk-konnect-go",
275+
SDKVersion: "0.2.27",
276+
GenVersion: "2.570.0",
277+
UserAgent: "speakeasy-sdk/go 0.2.27 2.570.0 0.0.1 github.com/Kong/sdk-konnect-go",
278278
Hooks: hooks.New(),
279279
},
280280
}

0 commit comments

Comments
 (0)