From 614fc4f7d85f29156f4f66230fcea73ceb6e6be5 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 5 Dec 2016 08:42:50 -0800 Subject: [PATCH] Bump to 0.7.3 --- 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 378b4ad..f6b5a75 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.7.2' + @version = '0.7.3' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index c448423..5e3c385 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.7.2' + s.version = '0.7.3' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'