diff --git a/CHANGES.md b/CHANGES.md index a8a30c1..7299b75 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # node-triton changelog +## 4.0.2 (not yet released) + +(nothing yet) + + ## 4.0.1 - Add `triton env -t` to be able to emit a shell environment to configure `triton` itself. diff --git a/package.json b/package.json index ad52a9c..236b7dd 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.0.1", + "version": "4.0.2", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.2.0",