version bump

This commit is contained in:
cupcakearmy 2019-12-21 23:38:07 +01:00
parent e51eacf13c
commit 678aa96c06
1 changed files with 1 additions and 1 deletions

View File

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