Skip to content

Commit

Permalink
New clientlib ver
Browse files Browse the repository at this point in the history
  • Loading branch information
KalturaCommunity committed Oct 3, 2022
1 parent 5f59d35 commit c654da6
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:22-10-02");
this.setClientTag("java:22-10-03");
this.setApiVersion("18.15.0");
this.clientConfiguration.put("format", 1); // JSON
}
Expand Down

0 comments on commit c654da6

Please sign in to comment.