Commit 8fa08229 by Johannes Zellner

Use version from package.json

1 parent 6745c64a
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@
var program = require('commander'),
actions = require('./actions');
program.version('0.1.0');
program.version(require('../package.json').version);
program.command('login <url>')
.description('Login to server')
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!