From f74fe222451709735b161ecd02c37cfe5fd06b23 Mon Sep 17 00:00:00 2001 From: Jake Spain Date: Tue, 5 Apr 2022 11:51:23 -0400 Subject: [PATCH] v1.7.0 release prep Includes the following PRs since the last release: - https://github.com/puppetlabs/vmfloaty/pull/157 - https://github.com/puppetlabs/vmfloaty/pull/160 - https://github.com/puppetlabs/vmfloaty/pull/159 - https://github.com/puppetlabs/vmfloaty/pull/155 - https://github.com/puppetlabs/vmfloaty/pull/152 - https://github.com/puppetlabs/vmfloaty/pull/158 --- lib/vmfloaty/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmfloaty/version.rb b/lib/vmfloaty/version.rb index 119c4c5..28c2a9f 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Vmfloaty - VERSION = '1.6.0' + VERSION = '1.7.0' end