Skip to content

Commit 0033503

Browse files
AriaXLijoshcooper
authored andcommitted
(packaging) Bump to version '8.7.0' [no-promote]
1 parent fce49ba commit 0033503

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.6.0"
19+
version = "8.7.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.6.0'
11+
PUPPETVERSION = '8.7.0'
1212

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

0 commit comments

Comments
 (0)