From a5797705be95e942048b532d465a6008321c6125 Mon Sep 17 00:00:00 2001 From: Gavin Patton Date: Fri, 9 Dec 2022 15:24:42 +0000 Subject: [PATCH] (CONT-341) Bump version to 0.0.3 --- lib/puppet-lint/plugins/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet-lint/plugins/version.rb b/lib/puppet-lint/plugins/version.rb index 7c046ef..bc6d686 100644 --- a/lib/puppet-lint/plugins/version.rb +++ b/lib/puppet-lint/plugins/version.rb @@ -1,4 +1,4 @@ # version of this gem class CheckUnsafeInterpolations - VERSION ||= '0.0.2'.freeze + VERSION ||= '0.0.3'.freeze end