From 6893bdd69ab1291e6e6fcd6b152dda2b48e3cdb2 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Wed, 16 Oct 2024 20:49:14 +0000 Subject: [PATCH] (packaging) Bump to version '8.11.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 3a329b772af..52eda363ff0 100644 --- a/lib/puppet/version.rb +++ b/lib/puppet/version.rb @@ -8,7 +8,7 @@ # Raketasks and such to set the version based on the output of `git describe` module Puppet - PUPPETVERSION = '8.10.0' + PUPPETVERSION = '8.11.0' ## # version is a public API method intended to always provide a fast and diff --git a/puppet.gemspec b/puppet.gemspec index 30671e2b3b6..ed1944f5965 100644 --- a/puppet.gemspec +++ b/puppet.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "puppet" - spec.version = "8.10.0" + spec.version = "8.11.0" spec.licenses = ['Apache-2.0'] spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")