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
…/587, branch 8_3_2_4
  • Loading branch information
Backend CI committed Aug 15, 2023
1 parent bde98ce commit 607a58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KalturaClient/src/main/java/com/kaltura/client/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public Client(ConnectionConfiguration config) {
super(config);

this.setClientTag("java:23-08-15");
this.setApiVersion("8.3.23.30135");
this.setApiVersion("8.3.2.4");
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.23.30135'
ext.kalturaClientVersion = '8.3.2.4'

0 comments on commit 607a58d

Please sign in to comment.