From 34110484e6a80bebfd71530a6e6c9ff0d4629ea1 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Wed, 4 Sep 2024 23:31:56 +0000 Subject: [PATCH] (packaging) Bump to version '7.34.0' [no-promote] --- lib/puppet/version.rb | 2 +- puppet.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/puppet/version.rb b/lib/puppet/version.rb index c05793ae285..efa22c778b0 100644 --- a/lib/puppet/version.rb +++ b/lib/puppet/version.rb @@ -6,7 +6,7 @@ # Raketasks and such to set the version based on the output of `git describe` module Puppet - PUPPETVERSION = '7.33.0' + PUPPETVERSION = '7.34.0' ## # version is a public API method intended to always provide a fast and diff --git a/puppet.gemspec b/puppet.gemspec index 16ff8379780..f43a4e31571 100644 --- a/puppet.gemspec +++ b/puppet.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "puppet" - spec.version = "7.33.0" + spec.version = "7.34.0" spec.license = 'Apache-2.0' spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")