Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit caac7ad

Browse files
committed
fetch version from package.json
1 parent c249d09 commit caac7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gtt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22
require('app-module-path').addPath(__dirname);
33

4-
const version = '1.7.36';
4+
const version = require('../package.json').version;
55
const program = require('commander');
66

77
program

0 commit comments

Comments
 (0)