From 06206456c7f835701db72e57917b1b4bb2c32a91 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Sat, 4 Jun 2016 17:25:49 -0700 Subject: [PATCH] Bump to version 0.3.1 --- 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 a4c74af..44c4794 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.3.0' + @version = '0.3.1' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 99b27ad..d9b54dd 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.3.0' + s.version = '0.3.1' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'