Skip to content

Commit

Permalink
feat: provide version when connecting
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 7, 2021
1 parent 87fe7e8 commit 09893c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ if (argv['api-key']) {
query: {
hostname: os.hostname(),
token: String(argv['api-key']),
version: '1.0.0',
},
});
}
Expand Down

0 comments on commit 09893c2

Please sign in to comment.