From 5c0b67b7fb72232507e82a20d187974e241b826d Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 17 May 2020 18:14:09 +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 d584431..2eb4e24 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.17' +export const VERSION = '0.18' export const INSTALL_DIR = '/usr/local/bin' export const VERBOSE = flags.verbose