From ad5afab355bc47138fd082dc1bdee44829dabf56 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 10 Dec 2019 13:44:41 +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 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