From a40e0d6f8c9125fab4a5af6676049f3d783becb1 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 7 Dec 2015 11:47:55 -0800 Subject: [PATCH] bumpver for subsequent work --- CHANGES.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cb7ade2..00a091d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # node-triton changelog +## 3.3.1 (not yet released) + +(nothing yet) + + ## 3.3.0 - #59 CLI options to `triton create` to add metadata on instance creation: diff --git a/package.json b/package.json index 537fa5e..be38744 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.3.0", + "version": "3.3.1", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.2.0",