From ae876e02691021999ef7de829fc87490f8a8d62f Mon Sep 17 00:00:00 2001 From: Branan Riley Date: Mon, 10 Dec 2018 13:33:07 -0800 Subject: [PATCH] (packaging) Update version to 1.7.0 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..a953c285 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.7.0'.freeze end end