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
…/570, branch 8_7_0
  • Loading branch information
Backend CI committed May 28, 2023
1 parent 7b03d95 commit d00498c
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-05-24");
this.setApiVersion("8.7.6.30300");
this.setClientTag("java:23-05-28");
this.setApiVersion("8.7.7.30301");
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.6.30300'
ext.kalturaClientVersion = '8.7.7.30301'

0 comments on commit d00498c

Please sign in to comment.