From 2a5e5ba9bbcbcc31712168e293187f7ccb87d882 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 16 Nov 2015 09:17:48 -0800 Subject: [PATCH] Bump to version 0.2.16 --- 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 8587a4c..fb632c7 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,6 +1,6 @@ class Version - @version = '0.2.15' + @version = '0.2.16' def self.get @version diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 6a2ae43..cd4f5bc 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'vmfloaty' - s.version = '0.2.15' + s.version = '0.2.16' s.authors = ['Brian Cain'] s.email = ['brian.cain@puppetlabs.com'] s.license = 'Apache'