version bump

This commit is contained in:
cupcakearmy 2020-11-07 12:50:05 +01:00
parent 01cafb9436
commit b025aeeeab
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
## 0.20
## 0.21
- enable rest endpoint
- switched to commander

View File

@ -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) => {