We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce49ba commit 0033503Copy full SHA for 0033503
.gemspec
@@ -16,7 +16,7 @@
16
17
Gem::Specification.new do |s|
18
s.name = "puppet"
19
- version = "8.6.0"
+ version = "8.7.0"
20
mdata = version.match(/(\d+\.\d+\.\d+)/)
21
s.version = mdata ? mdata[1] : version
22
lib/puppet/version.rb
@@ -8,7 +8,7 @@
8
# Raketasks and such to set the version based on the output of `git describe`
9
10
module Puppet
11
- PUPPETVERSION = '8.6.0'
+ PUPPETVERSION = '8.7.0'
12
13
##
14
# version is a public API method intended to always provide a fast and
0 commit comments