From 1026e68b68f0e1ac5a9cccb932553ee0261a62a9 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 4 Dec 2019 23:49:39 +0100 Subject: [PATCH] version bump --- src/autorestic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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