From 995f2250a147e5e20f3de9912f300d5ddf8632e2 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 25 Jun 2020 09:36:11 +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 8143832..979d0c1 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.18' +export const VERSION = '0.19' export const INSTALL_DIR = '/usr/local/bin' export const VERBOSE = flags.verbose