version bump

This commit is contained in:
cupcakearmy 2020-06-25 09:36:11 +02:00
parent 3498e6da7b
commit 995f2250a1
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 1 additions and 1 deletions

View File

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