From 9538881f9f9c29e908ae50adfdeb65c6fbc39464 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 21 Jun 2019 12:30:35 +0200 Subject: [PATCH] test autoupdate function --- src/autorestic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autorestic.ts b/src/autorestic.ts index 7ed7b6c..6421d23 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.1' +export const VERSION = '0.3' export const DEFAULT_CONFIG = '/.autorestic.yml' export const INSTALL_DIR = '/usr/local/bin' export const CONFIG_FILE: string = resolve(flags.config || homedir() + DEFAULT_CONFIG)