Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Dec 21, 2019
1 parent e51eacf commit 678aa96
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 @@ -25,7 +25,7 @@ export const { _: commands, ...flags } = minimist(process.argv.slice(2), {
string: ['l', 'b'],
})

export const VERSION = '0.10'
export const VERSION = '0.11'
export const INSTALL_DIR = '/usr/local/bin'
export const VERBOSE = flags.verbose

Expand Down

0 comments on commit 678aa96

Please sign in to comment.