Fix: package version

This commit is contained in:
oof1lab
2017-11-04 13:51:03 +00:00
parent 54d6a1ffae
commit 2fe828f2cb
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ program.on('--help', () => {
})
program
.version('0.1.2')
.version('0.1.4')
.option('-h, --host <n>', 'hostname')
.option('-d, --database <n>', 'database schema name')
.option('-u, --user <n>', 'username of database / root by default')