From 82a3589db8b48daca9e762da255083219d744670 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 9 Dec 2016 08:57:25 -0800 Subject: [PATCH] Bump to version 0.7.6 --- 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 cb6925e..b9425a3 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.7.5' + @version = '0.7.6' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 95354ce..34b416d 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.7.5' + s.version = '0.7.6' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'