Skip to content

Commit

Permalink
release(sdk): v2.0.0-beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
NumaryBot committed Jan 26, 2024
1 parent be7c2c0 commit 7859bfe
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: 04a91805-4757-45e2-b702-f421c945190f
id: 6f58b6bf-011a-426f-abba-689c34a0c86c
management:
docChecksum: 1ac991b656e125ee85ff5c407afe969a
docVersion: v2.0.0-beta.15
docChecksum: 153567056ed72fb62ab2b659b14537d6
docVersion: v2.0.0-beta.16
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: v2.0.0-beta.15
configChecksum: aee648f5465571158ae8ef25ac225ab1
releaseVersion: v2.0.0-beta.16
configChecksum: f5b5a114dd50011b1082b694489304cf
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.15",
SDKVersion: "v2.0.0-beta.15",
OpenAPIDocVersion: "v2.0.0-beta.16",
SDKVersion: "v2.0.0-beta.16",
GenVersion: "2.237.2",
UserAgent: "speakeasy-sdk/go v2.0.0-beta.15 2.237.2 v2.0.0-beta.15 github.com/formancehq/formance-sdk-go/v2",
UserAgent: "speakeasy-sdk/go v2.0.0-beta.16 2.237.2 v2.0.0-beta.16 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.15
version: v2.0.0-beta.16
author: Formance
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: false
Expand Down

0 comments on commit 7859bfe

Please sign in to comment.