update version

This commit is contained in:
VincentChanX
2017-04-06 14:40:18 +08:00
parent c14330a6d8
commit f6e8fc4ed1
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ const TCPRelay = require('./tcprelay').TCPRelay;
const local = require('commander');
local
.version('0.1.0')
.version('0.1.1')
.option('-m --method [method]', 'encryption method, default: aes-256-cfb')
.option('-k --password [password]', 'password')
.option('-s --server-address [address]', 'server address')