Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Dec 4, 2019
1 parent 96b63c7 commit 1026e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autorestic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const { _: commands, ...flags } = minimist(process.argv.slice(2), {
string: ['l', 'b'],
})

export const VERSION = '0.7'
export const VERSION = '0.8'
export const INSTALL_DIR = '/usr/local/bin'
export const VERBOSE = flags.verbose

Expand Down

0 comments on commit 1026e68

Please sign in to comment.