From 9bd552686cac630953795085bfbfa675e31130d8 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Sat, 24 Sep 2016 13:38:19 -0700 Subject: [PATCH] Update to 0.7.0 --- 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 041ac44..8f0ec11 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.6.2' + @version = '0.7.0' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 817f34e..41a6f19 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.6.2' + s.version = '0.7.0' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'