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 7, 2021
1 parent 5310dd0 commit 419d18b
Show file tree
Hide file tree
Showing 6 changed files with 514 additions and 137 deletions.
4 changes: 2 additions & 2 deletions KalturaClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class Client extends kaltura.ClientBase {
*/
constructor(config) {
super(config);
this.setApiVersion('17.5.0');
this.setClientTag('node:21-09-05');
this.setApiVersion('17.11.0');
this.setClientTag('node:21-10-07');
}
}

Expand Down
Loading

0 comments on commit 419d18b

Please sign in to comment.