Skip to content

Commit cc073e5

Browse files
speakeasybotJonsSpaghetti
authored andcommitted
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.49.1
1 parent 1d8d6d4 commit cc073e5

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.18.2'
24+
implementation 'com.airbyte.api:public-api:0.18.3'
2525
```
2626
<!-- End SDK Installation -->
2727

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,4 +431,12 @@ Based on:
431431
- OpenAPI Doc 1.0.0
432432
- Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy
433433
### Releases
434-
- [Maven Central v0.18.2] https://central.sonatype.com/artifact/com.airbyte/api/0.18.2 - .
434+
- [Maven Central v0.18.2] https://central.sonatype.com/artifact/com.airbyte/api/0.18.2 - .
435+
436+
## 2023-06-20 21:24:33
437+
### Changes
438+
Based on:
439+
- OpenAPI Doc 1.0.0
440+
- Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy
441+
### Releases
442+
- [Maven Central v0.18.3] https://central.sonatype.com/artifact/com.airbyte/api/0.18.3 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ generation:
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
java:
12-
version: 0.18.2
12+
version: 0.18.3
1313
artifactID: api
1414
companyEmail: [email protected]
1515
companyName: Airbyte

lib/build.gradle

Lines changed: 1 addition & 1 deletion
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.18.2'
44+
version = '0.18.3'
4545

4646
from components.java
4747

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

Lines changed: 1 addition & 1 deletion
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.18.2";
18+
public String sdkVersion = "0.18.3";
1919
public String genVersion = "2.41.5";
2020

2121
}

0 commit comments

Comments
 (0)