diff --git a/src/autorestic.ts b/src/autorestic.ts index d584431..2eb4e24 100644 --- a/src/autorestic.ts +++ b/src/autorestic.ts @@ -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