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
…/558, branch 8_6_1
  • Loading branch information
Backend CI committed Mar 23, 2023
1 parent 53d27f3 commit ec51124
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:23-03-16");
this.setApiVersion("8.6.10.30266");
this.setClientTag("java:23-03-23");
this.setApiVersion("8.6.11.30272");
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.6.10.30266'
ext.kalturaClientVersion = '8.6.11.30272'

0 comments on commit ec51124

Please sign in to comment.