Skip to content

Commit 2b9ce19

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.47.1
1 parent eeee14d commit 2b9ce19

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
2121
### Gradle
2222

2323
```groovy
24-
implementation 'com.airbyte.api:public-api:0.17.0'
24+
implementation 'com.airbyte.api:public-api:0.17.1'
2525
```
2626
<!-- End SDK Installation -->
2727

RELEASES.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -399,4 +399,12 @@ Based on:
399399
- OpenAPI Doc 1.0.0
400400
- Speakeasy CLI 1.47.0 (2.39.0) https://github.com/speakeasy-api/speakeasy
401401
### Releases
402-
- [Maven Central v0.17.0] https://central.sonatype.com/artifact/com.airbyte/api/0.17.0 - .
402+
- [Maven Central v0.17.0] https://central.sonatype.com/artifact/com.airbyte/api/0.17.0 - .
403+
404+
## 2023-06-11 00:14:20
405+
### Changes
406+
Based on:
407+
- OpenAPI Doc 1.0.0
408+
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
409+
### Releases
410+
- [Maven Central v0.17.1] https://central.sonatype.com/artifact/com.airbyte/api/0.17.1 - .

gen.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: aaa4be7f123ebeda7859d7356f70649c
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.47.0
6-
generationVersion: 2.39.0
5+
speakeasyVersion: 1.47.1
6+
generationVersion: 2.39.2
77
generation:
88
sdkClassName: airbyte
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
java:
12-
version: 0.17.0
12+
version: 0.17.1
1313
artifactID: api
1414
companyEmail: [email protected]
1515
companyName: Airbyte

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ publishing {
4141
maven(MavenPublication) {
4242
groupId = 'com.airbyte'
4343
artifactId = 'api'
44-
version = '0.17.0'
44+
version = '0.17.1'
4545

4646
from components.java
4747

lib/src/main/java/com/airbyte/api/SDKConfiguration.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class SDKConfiguration {
1515
public int serverIdx = 0;
1616
public String language = "java";
1717
public String openapiDocVersion = "1.0.0";
18-
public String sdkVersion = "0.17.0";
19-
public String genVersion = "2.39.0";
18+
public String sdkVersion = "0.17.1";
19+
public String genVersion = "2.39.2";
2020

2121
}

0 commit comments

Comments
 (0)