diff --git a/CHANGES.md b/CHANGES.md index 583b5b5..7b296e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # node-triton changelog +## 3.6.1 (not yet released) + +(nothing yet) + + ## 3.6.0 - #67 Add `triton create --network,-N NETWORK ...` option for specifying diff --git a/package.json b/package.json index a6c92fa..e87be12 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": "3.6.0", + "version": "3.6.1", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.2.0",