diff --git a/CHANGES.md b/CHANGES.md index d0b44f6..7656010 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ Known issues: - `triton ssh ...` disables ssh ControlMaster to avoid issue #52. -## 4.7.1 (not yet released) +## 4.8.0 (not yet released) - #103 `triton ip ` to output the instance's primaryIp - #52 Workaround for `triton ssh ...`. In version 4.6.0, `triton ssh ...` diff --git a/package.json b/package.json index ca8672f..5e3475e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "triton", "description": "Joyent Triton CLI and client (https://www.joyent.com/triton)", - "version": "4.7.1", + "version": "4.8.0", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.2.0",