Skip to content

Commit

Permalink
New clientlib ver
Browse files Browse the repository at this point in the history
  • Loading branch information
KalturaCommunity committed Mar 18, 2019
1 parent 3f10a25 commit 8d679b8
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:19-03-17");
this.setClientTag("java:19-03-18");
this.setApiVersion("14.16.0");
this.clientConfiguration.put("format", 1); // JSON
}
Expand Down

0 comments on commit 8d679b8

Please sign in to comment.