version bump

This commit is contained in:
cupcakearmy 2020-05-17 18:14:09 +02:00
parent 1520e10a59
commit 5c0b67b7fb
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.17'
export const VERSION = '0.18'
export const INSTALL_DIR = '/usr/local/bin'
export const VERBOSE = flags.verbose