From 240f0866b3231fac719b384ae7caf10385f700b7 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Sun, 11 Jun 2023 01:54:36 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.47.1 --- README.md | 2 +- RELEASES.md | 10 +++++++++- gen.yaml | 6 +++--- lib/build.gradle | 2 +- .../java/structure/Structure/SDKConfiguration.java | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 72eb5a6..fef5456 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ### Gradle ```groovy -implementation 'structure.Structure:Structure:0.17.0' +implementation 'structure.Structure:Structure:0.17.1' ``` diff --git a/RELEASES.md b/RELEASES.md index d9a4990..e739b5c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 07166fd..7715733 100644 --- a/gen.yaml +++ b/gen.yaml @@ -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 diff --git a/lib/build.gradle b/lib/build.gradle index 9e0eb72..6337c53 100755 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ publishing { maven(MavenPublication) { groupId = 'structure' artifactId = 'Structure' - version = '0.17.0' + version = '0.17.1' from components.java diff --git a/lib/src/main/java/structure/Structure/SDKConfiguration.java b/lib/src/main/java/structure/Structure/SDKConfiguration.java index b5a9b14..50d6a7a 100755 --- a/lib/src/main/java/structure/Structure/SDKConfiguration.java +++ b/lib/src/main/java/structure/Structure/SDKConfiguration.java @@ -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"; } \ No newline at end of file