Skip to content

Commit

Permalink
release(sdk): v2.0.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Jan 24, 2024
1 parent e6a4c22 commit 800ef9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: c55e493b-6b8c-4fd0-993c-2734230e36f5
id: d524ea81-0a1f-4ff3-bc30-1ebecc3416cf
management:
docChecksum: e3879c02fea2e4914c9d924447572b5d
docVersion: v2.0.0-beta.13
docChecksum: 4ac057727cfb2f6566ad21dafca002d8
docVersion: v2.0.0-beta.14
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-beta.13
configChecksum: 1aad074741c8a3482a90e6b7a0bd9a41
releaseVersion: v2.0.0-beta.14
configChecksum: e847e017401d4d6b518ab3ab277293ee
features:
go:
constsAndDefaults: 0.1.2
Expand Down
6 changes: 3 additions & 3 deletions formance.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ func New(opts ...SDKOption) *Formance {
sdk := &Formance{
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "v2.0.0-beta.13",
SDKVersion: "v2.0.0-beta.13",
OpenAPIDocVersion: "v2.0.0-beta.14",
SDKVersion: "v2.0.0-beta.14",
GenVersion: "2.237.2",
UserAgent: "speakeasy-sdk/go v2.0.0-beta.13 2.237.2 v2.0.0-beta.13 github.com/formancehq/formance-sdk-go/v2",
UserAgent: "speakeasy-sdk/go v2.0.0-beta.14 2.237.2 v2.0.0-beta.14 github.com/formancehq/formance-sdk-go/v2",
},
}
for _, opt := range opts {
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generation:
nameResolutionDec2023: false
telemetryEnabled: false
go:
version: v2.0.0-beta.13
version: v2.0.0-beta.14
author: Formance
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: false
Expand Down

0 comments on commit 800ef9c

Please sign in to comment.