Skip to content

Commit a8f14e4

Browse files
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.20.0 (#7)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 328c429 commit a8f14e4

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
@@ -23,7 +23,7 @@ The Developer Portal UI can also be used to help build your integration by showi
2323
### Gradle
2424

2525
```groovy
26-
implementation 'com.airbyte.api:public-api:0.0.5'
26+
implementation 'com.airbyte.api:public-api:0.0.6'
2727
```
2828
<!-- End SDK Installation -->
2929

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,12 @@ Based on:
7070
### Changes
7171
Based on:
7272
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
73-
- Speakeasy CLI 1.20.0 (2.18.0) https://github.com/speakeasy-api/speakeasy
73+
- Speakeasy CLI 1.20.0 (2.18.0) https://github.com/speakeasy-api/speakeasy
74+
75+
## 2023-04-14 21:30:11
76+
### Changes
77+
Based on:
78+
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
79+
- Speakeasy CLI 1.20.0 (2.18.0) https://github.com/speakeasy-api/speakeasy
80+
### Releases
81+
- [Maven Central v0.0.6] https://central.sonatype.com/artifact/com.airbyte/api/0.0.6 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
sdkFlattening: false
1111
singleTagPerOp: false
1212
java:
13-
version: 0.0.5
13+
version: 0.0.6
1414
artifactID: api
1515
companyEmail: info@airbyte.com
1616
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.0.5'
44+
version = '0.0.6'
4545

4646
from components.java
4747

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class Airbyte {
3232

3333
private String _serverUrl;
3434
private String _language = "java";
35-
private String _sdkVersion = "0.0.5";
35+
private String _sdkVersion = "0.0.6";
3636
private String _genVersion = "2.18.0";
3737
/**
3838
* The Builder class allows the configuration of a new instance of the SDK.

0 commit comments

Comments
 (0)