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 5, 2018
1 parent b96ec7d commit 31fbb98
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:18-06-04");
this.setClientTag("java:18-06-05");
this.setApiVersion("3.3.0");
this.clientConfiguration.put("format", 1); // JSON
}
Expand Down

0 comments on commit 31fbb98

Please sign in to comment.