diff --git a/src/autorestic.ts b/src/autorestic.ts index f59ce8e..ad53663 100644 --- a/src/autorestic.ts +++ b/src/autorestic.ts @@ -25,7 +25,7 @@ export const { _: commands, ...flags } = minimist(process.argv.slice(2), { string: ['l', 'b'], }) -export const VERSION = '0.10' +export const VERSION = '0.11' export const INSTALL_DIR = '/usr/local/bin' export const VERBOSE = flags.verbose