diff --git a/src/autorestic.ts b/src/autorestic.ts index 5682e4c..f59ce8e 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.9' +export const VERSION = '0.10' export const INSTALL_DIR = '/usr/local/bin' export const VERBOSE = flags.verbose