version bump

This commit is contained in:
cupcakearmy 2019-12-10 13:44:41 +01:00
parent 5b0011330c
commit ad5afab355
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.9'
export const VERSION = '0.10'
export const INSTALL_DIR = '/usr/local/bin'
export const VERBOSE = flags.verbose