test autoupdate function

This commit is contained in:
cupcakearmy 2019-06-21 12:30:35 +02:00
parent edddcebcea
commit 9538881f9f
1 changed files with 1 additions and 1 deletions

View File

@ -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)