Skip to content

Commit

Permalink
Prepare to release 10.0.1 - minor documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
theophilusx committed Jan 22, 2024
1 parent 7a7fa56 commit b77713e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssh2-sftp-client",
"version": "10.0.0",
"version": "10.0.1",
"description": "ssh2 sftp client for node",
"main": "src/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { errorCode } = require('./constants');

class SftpClient {
constructor(clientName) {
this.version = '10.0.0';
this.version = '10.0.1';
this.client = new Client();
this.sftp = undefined;
this.clientName = clientName || 'sftp';
Expand Down

0 comments on commit b77713e

Please sign in to comment.