wrong version bump

This commit is contained in:
cupcakearmy 2019-10-26 20:09:19 +02:00
parent d47e7d0912
commit 9dafe9d36a
1 changed files with 1 additions and 1 deletions

View File

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