diff --git a/lib/vmfloaty/version.rb b/lib/vmfloaty/version.rb index afbc3a8..f7e5cb8 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.5.0' + @version = '0.6.0' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 164c691..dd74f9d 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.5.0' + s.version = '0.6.0' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'