mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 08:16:25 +00:00
version bump
This commit is contained in:
parent
01cafb9436
commit
b025aeeeab
@ -1,3 +1,3 @@
|
||||
## 0.20
|
||||
## 0.21
|
||||
|
||||
- enable rest endpoint
|
||||
- switched to commander
|
||||
|
@ -16,7 +16,7 @@ import install from './handlers/install'
|
||||
import { uninstall } from './handlers/uninstall'
|
||||
import { upgrade } from './handlers/upgrade'
|
||||
|
||||
export const VERSION = '0.20'
|
||||
export const VERSION = '0.21'
|
||||
export const INSTALL_DIR = '/usr/local/bin'
|
||||
|
||||
process.on('uncaughtException', (err) => {
|
||||
|
Loading…
Reference in New Issue
Block a user