version bump

pull/38/head
cupcakearmy 4 years ago
parent 01cafb9436
commit b025aeeeab
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

@ -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 { uninstall } from './handlers/uninstall'
import { upgrade } from './handlers/upgrade' import { upgrade } from './handlers/upgrade'
export const VERSION = '0.20' export const VERSION = '0.21'
export const INSTALL_DIR = '/usr/local/bin' export const INSTALL_DIR = '/usr/local/bin'
process.on('uncaughtException', (err) => { process.on('uncaughtException', (err) => {

Loading…
Cancel
Save