From 3cd11c941e3016d42105acacedbea944136c004e Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 8 Jun 2016 14:47:27 -0700 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 cb9921c..0e677a9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,11 @@ Known issues: - `triton ssh ...` disables ssh ControlMaster to avoid issue #52. +## 4.13.1 (not yet released) + +(nothing yet) + + ## 4.13.0 - [#120] Don't fail `triton instance list` if the retrieval of *image* info diff --git a/package.json b/package.json index 7e16bba..06df03b 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.13.0", + "version": "4.13.1", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.2.0",