From 544d9d35b8c337f543b3d46d60c86de163b4b57f Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 13 Nov 2015 11:54:16 -0800 Subject: [PATCH] Bump to version 0.2.15 --- 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 ef605f6..8587a4c 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.2.14' + @version = '0.2.15' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 508454e..6a2ae43 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.2.14' + s.version = '0.2.15' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'