version : 0.0.9

This commit is contained in:
oof1lab
2017-11-03 19:51:14 +00:00
parent d484ab3880
commit 5ae9ba9bf2
2 changed files with 2 additions and 2 deletions

View File

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