new version

This commit is contained in:
cupcakearmy 2020-07-23 13:34:23 +02:00
parent cbc1b33750
commit 7fb0fbd467
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,3 @@
## 0.17
## 0.20
- new docs
- cron command
- enable rest endpoint

View File

@ -26,7 +26,7 @@ export const { _: commands, ...flags } = minimist(process.argv.slice(2), {
string: ['l', 'b'],
})
export const VERSION = '0.19'
export const VERSION = '0.20'
export const INSTALL_DIR = '/usr/local/bin'
export const VERBOSE = flags.verbose