From 0cb635a6c738dba3392885af4466016235f19197 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Sat, 21 Nov 2015 12:44:32 -0800 Subject: [PATCH] Update to 0.2.18 --- lib/vmfloaty/version.rb | 2 +- vmfloaty.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vmfloaty/version.rb b/lib/vmfloaty/version.rb index c4dfafc..136b5d6 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.2.17' + @version = '0.2.18' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 94193f0..9d2975f 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.2.17' + s.version = '0.2.18' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'