From c8525bd0f155b054bc41d0f7ddbb1e9825e0db4d Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 20 Dec 2016 08:42:09 -0800 Subject: [PATCH] Bump to 0.7.8 --- 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 604d18e..8674f33 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.7.7' + @version = '0.7.8' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index b192220..15284d9 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.7.7' + s.version = '0.7.8' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'