From 41c0e931bb15a989094c03294b774cbbdd6d4f6b Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 10 Oct 2016 09:31:38 -0700 Subject: [PATCH] Bump verison to 0.7.1 --- 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 8f0ec11..e170d47 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.7.0' + @version = '0.7.1' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 41a6f19..0d8a7b2 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.7.0' + s.version = '0.7.1' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'