From 8d1132b33b7e3d68942deb6410d2d9e617194b64 Mon Sep 17 00:00:00 2001 From: Branan Riley Date: Mon, 10 Dec 2018 13:30:45 -0800 Subject: [PATCH] (packaging) Update version to 1.6.3 The puppet-agent release automation assumes repositories know what the NEXT version of the project will be. This will be maintained automatically by our automation going forward, but needs to be manually fixed up this time. --- lib/puppet/resource_api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/resource_api/version.rb b/lib/puppet/resource_api/version.rb index e26efaab..eb29ecca 100644 --- a/lib/puppet/resource_api/version.rb +++ b/lib/puppet/resource_api/version.rb @@ -1,5 +1,5 @@ module Puppet module ResourceApi - VERSION = '1.6.2'.freeze + VERSION = '1.6.3'.freeze end end