From 4e561cbe8c4a2201651eed45aab0948f30cad20c Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Mon, 16 Oct 2023 21:28:17 +0000 Subject: [PATCH] (packaging) Bump to version '8.4.0' [no-promote] --- .gemspec | 2 +- lib/puppet/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gemspec b/.gemspec index 9136165483a..e9d3bcd65ae 100644 --- a/.gemspec +++ b/.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.name = "puppet" - version = "8.3.0" + version = "8.4.0" mdata = version.match(/(\d+\.\d+\.\d+)/) s.version = mdata ? mdata[1] : version diff --git a/lib/puppet/version.rb b/lib/puppet/version.rb index 29164d48bfd..faf73a24304 100644 --- a/lib/puppet/version.rb +++ b/lib/puppet/version.rb @@ -7,7 +7,7 @@ # Raketasks and such to set the version based on the output of `git describe` module Puppet - PUPPETVERSION = '8.3.0' + PUPPETVERSION = '8.4.0' ## # version is a public API method intended to always provide a fast and