From a00666e7e4648d9b3e3b79d02e4fddf0be334554 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 16 Oct 2015 15:50:44 -0700 Subject: [PATCH] Bump to 0.2.13 --- 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 4f25ce3..6eb812d 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.2.12' + @version = '0.2.13' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 5f8da94..1b5d666 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.2.12' + s.version = '0.2.13' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'