mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-01 03:04:12 +01:00
new version
This commit is contained in:
parent
cbc1b33750
commit
7fb0fbd467
@ -1,4 +1,3 @@
|
|||||||
## 0.17
|
## 0.20
|
||||||
|
|
||||||
- new docs
|
- enable rest endpoint
|
||||||
- cron command
|
|
||||||
|
@ -26,7 +26,7 @@ export const { _: commands, ...flags } = minimist(process.argv.slice(2), {
|
|||||||
string: ['l', 'b'],
|
string: ['l', 'b'],
|
||||||
})
|
})
|
||||||
|
|
||||||
export const VERSION = '0.19'
|
export const VERSION = '0.20'
|
||||||
export const INSTALL_DIR = '/usr/local/bin'
|
export const INSTALL_DIR = '/usr/local/bin'
|
||||||
export const VERBOSE = flags.verbose
|
export const VERBOSE = flags.verbose
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user