From 8fb6bdb3c61589c22ec3e5123c1acb2e984afb6b Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 26 Oct 2019 21:03:22 +0200 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 c446f32..5eb7d85 100644 --- a/src/autorestic.ts +++ b/src/autorestic.ts @@ -23,7 +23,7 @@ export const { _: commands, ...flags } = minimist(process.argv.slice(2), { string: ['l', 'b'], }) -export const VERSION = '0.5' +export const VERSION = '0.6' export const INSTALL_DIR = '/usr/local/bin' export const VERBOSE = flags.verbose