We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c249d09 commit caac7adCopy full SHA for caac7ad
src/gtt.js
@@ -1,7 +1,7 @@
1
#!/usr/bin/env node
2
require('app-module-path').addPath(__dirname);
3
4
-const version = '1.7.36';
+const version = require('../package.json').version;
5
const program = require('commander');
6
7
program
0 commit comments