Skip to content

Commit

Permalink
(packaging) Bump to version '8.6.0' [no-promote]
Browse files Browse the repository at this point in the history
db7c196 accidentally bumped Puppet's version to "8.5.0x" instead of
"8.6.0". This commit updates Puppet's version, both in the version file
and gemspec, to 8.6.0.
  • Loading branch information
mhashizume committed Feb 27, 2024
1 parent 9a70fd8 commit c51c9b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Gem::Specification.new do |s|
s.name = "puppet"
version = "8.5.0x"
version = "8.6.0"
mdata = version.match(/(\d+\.\d+\.\d+)/)
s.version = mdata ? mdata[1] : version

Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Raketasks and such to set the version based on the output of `git describe`

module Puppet
PUPPETVERSION = '8.5.0x'
PUPPETVERSION = '8.6.0'

##
# version is a public API method intended to always provide a fast and
Expand Down

0 comments on commit c51c9b0

Please sign in to comment.