diff --git a/.gemspec b/.gemspec index 564894372cb..c75425d9990 100644 --- a/.gemspec +++ b/.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.name = "puppet" - version = "8.6.0" + version = "8.7.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 2a7ced2ff30..a36a2cfb988 100644 --- a/lib/puppet/version.rb +++ b/lib/puppet/version.rb @@ -8,7 +8,7 @@ # Raketasks and such to set the version based on the output of `git describe` module Puppet - PUPPETVERSION = '8.6.0' + PUPPETVERSION = '8.7.0' ## # version is a public API method intended to always provide a fast and