Skip to content

Commit

Permalink
New clientlib ver
Browse files Browse the repository at this point in the history
  • Loading branch information
KalturaCommunity committed Jun 29, 2020
1 parent ad6c9de commit 2f4c4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/kaltura/client/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class Client extends ClientBase {
public Client(ConnectionConfiguration config) {
super(config);

this.setClientTag("java:20-06-27");
this.setClientTag("java:20-06-28");
this.setApiVersion("16.5.0");
this.clientConfiguration.put("format", 1); // JSON
}
Expand Down

0 comments on commit 2f4c4ac

Please sign in to comment.