version bump

This commit is contained in:
cupcakearmy 2019-10-26 21:03:22 +02:00
parent 47f5d91e89
commit 8fb6bdb3c6

View File

@ -23,7 +23,7 @@ export const { _: commands, ...flags } = minimist(process.argv.slice(2), {
string: ['l', 'b'],
})
export const VERSION = '0.5'
export const VERSION = '0.6'
export const INSTALL_DIR = '/usr/local/bin'
export const VERBOSE = flags.verbose