From d352aced373436f053ea532c143cde18b100e732 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 5 Dec 2019 00:24:11 +0100 Subject: [PATCH] version bump --- src/autorestic.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/autorestic.ts b/src/autorestic.ts index fe7d406..5682e4c 100644 --- a/src/autorestic.ts +++ b/src/autorestic.ts @@ -3,7 +3,6 @@ import minimist from 'minimist' import { init } from './config' import handlers, { error, help } from './handlers' -import { Config } from './types' @@ -26,7 +25,7 @@ export const { _: commands, ...flags } = minimist(process.argv.slice(2), { string: ['l', 'b'], }) -export const VERSION = '0.8' +export const VERSION = '0.9' export const INSTALL_DIR = '/usr/local/bin' export const VERBOSE = flags.verbose