diff --git a/src/autorestic.ts b/src/autorestic.ts index 0550aee..fe7d406 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.7' +export const VERSION = '0.8' export const INSTALL_DIR = '/usr/local/bin' export const VERBOSE = flags.verbose