update version

This commit is contained in:
VincentChanX
2017-04-06 14:56:42 +08:00
parent f6e8fc4ed1
commit 5dabe063ec
4 changed files with 45 additions and 35 deletions

View File

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