Skip to content

Commit

Permalink
release(sdk): v2.0.0-rc.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Feb 21, 2024
1 parent 975d8af commit 5b9521d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 7eac0a45-60a2-40bb-9e85-26bd77ec2a6d
management:
docChecksum: bf784de593defb60de7949ef5f398a9d
docVersion: v2.0.0-rc.10
docChecksum: 6d352f8da912f395789654cf5e64943d
docVersion: v2.0.0-rc.11
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-rc.10
configChecksum: 4e6f8fd0c07dd778929ea91af54d0c6b
releaseVersion: v2.0.0-rc.11
configChecksum: 1da98b90564eac182dfe2f623653125c
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-rc.10",
SDKVersion: "v2.0.0-rc.10",
OpenAPIDocVersion: "v2.0.0-rc.11",
SDKVersion: "v2.0.0-rc.11",
GenVersion: "2.237.2",
UserAgent: "speakeasy-sdk/go v2.0.0-rc.10 2.237.2 v2.0.0-rc.10 github.com/formancehq/formance-sdk-go/v2",
UserAgent: "speakeasy-sdk/go v2.0.0-rc.11 2.237.2 v2.0.0-rc.11 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-rc.10
version: v2.0.0-rc.11
author: Formance
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: false
Expand Down

0 comments on commit 5b9521d

Please sign in to comment.