Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 11, 2023
1 parent ccafd75 commit 240f086
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
### Gradle

```groovy
implementation 'structure.Structure:Structure:0.17.0'
implementation 'structure.Structure:Structure:0.17.1'
```
<!-- End SDK Installation -->

Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,12 @@ Based on:
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
- Speakeasy CLI 1.47.0 (2.39.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.17.0] https://central.sonatype.com/artifact/structure/Structure/0.17.0 - .
- [Maven Central v0.17.0] https://central.sonatype.com/artifact/structure/Structure/0.17.0 - .

## 2023-06-11 01:54:20
### Changes
Based on:
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.17.1] https://central.sonatype.com/artifact/structure/Structure/0.17.1 - .
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ configVersion: 1.0.0
management:
docChecksum: e0bf2d205ca94a0d32bd91d6ea558d5b
docVersion: "1.0"
speakeasyVersion: 1.47.0
generationVersion: 2.39.0
speakeasyVersion: 1.47.1
generationVersion: 2.39.2
generation:
sdkClassName: SDK
singleTagPerOp: false
telemetryEnabled: false
java:
version: 0.17.0
version: 0.17.1
artifactID: Structure
companyEmail: info@mycompany.com
companyName: My Company
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ publishing {
maven(MavenPublication) {
groupId = 'structure'
artifactId = 'Structure'
version = '0.17.0'
version = '0.17.1'

from components.java

Expand Down
4 changes: 2 additions & 2 deletions lib/src/main/java/structure/Structure/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SDKConfiguration {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "1.0";
public String sdkVersion = "0.17.0";
public String genVersion = "2.39.0";
public String sdkVersion = "0.17.1";
public String genVersion = "2.39.2";

}

0 comments on commit 240f086

Please sign in to comment.