Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ab9821

Browse files
authoredFeb 27, 2024··
Merge pull request #9266 from mhashizume/8_6_0_version_bump
(packaging) Bump to version '8.6.0' [no-promote]
2 parents 9a70fd8 + c51c9b0 commit 7ab9821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

‎lib/puppet/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Raketasks and such to set the version based on the output of `git describe`
99

1010
module Puppet
11-
PUPPETVERSION = '8.5.0x'
11+
PUPPETVERSION = '8.6.0'
1212

1313
##
1414
# version is a public API method intended to always provide a fast and

0 commit comments

Comments
 (0)
Please sign in to comment.