From 54dc42e26f162af0edabb0073a99375a5d761be3 Mon Sep 17 00:00:00 2001 From: Sean Walberg Date: Thu, 22 Feb 2018 11:36:44 -0500 Subject: [PATCH] Bump for release --- CHANGELOG | 2 ++ lib/knife-vsphere/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ca9a6086..3ed741ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ knife-vsphere changelog ---------------------- +2.0.3 swalberg - If the node exists prior to clone, move to bootstrap + 2.0.2 nammiesgal - Add snapshot creation timestamp to snapshot listing. - Add option "--snapshot-descr DESCR" to allow users to add a description when creating a snapshot. diff --git a/lib/knife-vsphere/version.rb b/lib/knife-vsphere/version.rb index d3de6f70..d2f08a59 100644 --- a/lib/knife-vsphere/version.rb +++ b/lib/knife-vsphere/version.rb @@ -1,5 +1,5 @@ # The main knife-vsphere module. module KnifeVsphere # The version of this gem. - VERSION = '2.0.2' + VERSION = '2.0.3' end