From d89f03083ea7353bd9c9050234241667491578d6 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Tue, 2 Feb 2016 22:03:47 -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 f25fd3c..f7e8fb0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # node-triton changelog +## 4.4.4 (not yet released) + +(nothing yet) + + ## 4.4.3 - #86 Ensure `triton profile ls` and `triton profile set-current` work diff --git a/package.json b/package.json index e76eedd..f953199 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.4.3", + "version": "4.4.4", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.2.0",