From 5588c941c286d021a2ad829073c2c0652e499c88 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 17 Sep 2015 21:17:01 -0700 Subject: [PATCH] Bump version 0.2.3 --- lib/vmfloaty.rb | 2 +- vmfloaty.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vmfloaty.rb b/lib/vmfloaty.rb index 5132c96..835b2d0 100644 --- a/lib/vmfloaty.rb +++ b/lib/vmfloaty.rb @@ -10,7 +10,7 @@ class Vmfloaty include Commander::Methods def run - program :version, '0.2.1' + program :version, '0.2.3' program :description, 'A CLI helper tool for Puppet Labs vmpooler to help you stay afloat' config = read_config diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index a72e5f4..262e6ed 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.2.2' + s.version = '0.2.3' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'