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 2dca57d commit a78cc80
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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: 67eb05dc-6e46-4f5a-a02f-4ea4e542af72
id: 44c2cf41-2747-43e2-b448-08f6ab870820
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: 1f264b641ef6dd5eca19d8414763efbd
releaseVersion: v2.0.0-rc.15
configChecksum: 3f6f3d2b23363d3dfdeba0d4e918ea66
features:
java:
core: 3.2.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
### Gradle

```groovy
implementation 'com.formance.formance_sdk:formance-sdk-java:v2.0.0-rc.14'
implementation 'com.formance.formance_sdk:formance-sdk-java:v2.0.0-rc.15'
```
<!-- End SDK Installation [installation] -->

Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ generation:
comments: {}
telemetryEnabled: false
java:
version: v2.0.0-rc.14
version: v2.0.0-rc.15
artifactID: formance-sdk
companyEmail: [email protected]
companyName: Formance
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.formance'
artifactId = 'formance-sdk'
version = 'v2.0.0-rc.14'
version = 'v2.0.0-rc.15'

from components.java

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ class SDKConfiguration {
public String serverUrl;
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "v2.0.0-rc.14";
public String sdkVersion = "v2.0.0-rc.14";
public String openapiDocVersion = "v2.0.0-rc.15";
public String sdkVersion = "v2.0.0-rc.15";
public String genVersion = "2.237.2";
public String userAgent = "speakeasy-sdk/java v2.0.0-rc.14 2.237.2 v2.0.0-rc.14 com.formance.formance_sdk";
public String userAgent = "speakeasy-sdk/java v2.0.0-rc.15 2.237.2 v2.0.0-rc.15 com.formance.formance_sdk";


}

0 comments on commit a78cc80

Please sign in to comment.