Skip to content

Commit

Permalink
Update version number in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
theophilusx committed Aug 7, 2024
1 parent a776a02 commit a4dc34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SftpClient {
close: () => console.log('Global close listener: close event raised'),
},
) {
this.version = '10.0.3';
this.version = '11.0.0';
this.client = new Client();
this.sftp = undefined;
this.clientName = clientName;
Expand Down

0 comments on commit a4dc34e

Please sign in to comment.