File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed
src/main/java/com/airbyte/api Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ generation:
99 singleTagPerOp : false
1010 telemetryEnabled : true
1111java :
12- version : 0.18.2
12+ version : 0.18.3
1313 artifactID : api
14141515 companyName : Airbyte
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments