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
…/565, branch 8_7_0
  • Loading branch information
Backend CI committed May 5, 2023
1 parent f698dfd commit 1872f4c
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-04-20");
this.setApiVersion("8.7.3.30297");
this.setClientTag("java:23-05-05");
this.setApiVersion("8.7.5.30299");
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.7.3.30297'
ext.kalturaClientVersion = '8.7.5.30299'

0 comments on commit 1872f4c

Please sign in to comment.