From e3218a0fc9eaf143d0a6f6f227a30599828ca6dc Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 16 Nov 2015 09:39:25 -0800 Subject: [PATCH] Bump to version 0.2.17 --- 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 fb632c7..c4dfafc 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.2.16' + @version = '0.2.17' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index cd4f5bc..94193f0 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.2.16' + s.version = '0.2.17' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'