Skip to content

Commit

Permalink
release(sdk): v2.0.0-rc.15
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Mar 6, 2024
1 parent 9d12e1a commit 4d951e7
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: c1effabd7289a33fe01bb390d80743f1
docVersion: v2.0.0-rc.14
docChecksum: 5e9a79dbe7142aa90188e21ea54c7198
docVersion: v2.0.0-rc.15
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-rc.14
configChecksum: 86c70d02948698225906c59f5f301496
releaseVersion: v2.0.0-rc.15
configChecksum: ed2362f5b75a0c7afd973388d90e308b
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.14",
SDKVersion: "v2.0.0-rc.14",
OpenAPIDocVersion: "v2.0.0-rc.15",
SDKVersion: "v2.0.0-rc.15",
GenVersion: "2.237.2",
UserAgent: "speakeasy-sdk/go v2.0.0-rc.14 2.237.2 v2.0.0-rc.14 github.com/formancehq/formance-sdk-go/v2",
UserAgent: "speakeasy-sdk/go v2.0.0-rc.15 2.237.2 v2.0.0-rc.15 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.14
version: v2.0.0-rc.15
author: Formance
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: false
Expand Down

0 comments on commit 4d951e7

Please sign in to comment.