Skip to content

Commit

Permalink
Auto-generated by Jenkins job OTT-Generate-ClientLibs-ios-and-android…
Browse files Browse the repository at this point in the history
…/534, branch 8_3_0
  • Loading branch information
Backend CI committed Dec 7, 2022
1 parent dbd8727 commit 6d75f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions KalturaClient/src/main/java/com/kaltura/client/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public class Client extends ClientBase {
public Client(ConnectionConfiguration config) {
super(config);

this.setClientTag("java:22-12-01");
this.setApiVersion("8.3.0.30084");
this.setClientTag("java:22-12-07");
this.setApiVersion("8.3.0.30085");
this.clientConfiguration.put("format", 1); // JSON
}

Expand Down
2 changes: 1 addition & 1 deletion version.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
// ./gradlew KalturaClient:bintrayUpload -PdryRun=false -PbintrayUser=$BINTRAY_USER -PbintrayKey=$BINTRAY_KEY

// Library Version
ext.kalturaClientVersion = '8.3.0.30084'
ext.kalturaClientVersion = '8.3.0.30085'

0 comments on commit 6d75f61

Please sign in to comment.