From ee709d229f792eda3f827f552bbe6ade71679f98 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Thu, 13 Oct 2022 16:13:53 +0100 Subject: [PATCH] (MAINT) Bump gem version This commit bumps the puppet-string gem version to v3.0.0. --- lib/puppet-strings/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet-strings/version.rb b/lib/puppet-strings/version.rb index 5a5dbf50b..3c18dece7 100644 --- a/lib/puppet-strings/version.rb +++ b/lib/puppet-strings/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PuppetStrings - VERSION = '2.9.0' + VERSION = '3.0.0' end