Skip to content

Commit

Permalink
(packaging) Bump to version '8.10.0' [no-promote]
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetlabs-jenkins committed Sep 4, 2024
1 parent b7f89c4 commit 5af02da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9.0'
PUPPETVERSION = '8.10.0'

##
# version is a public API method intended to always provide a fast and
Expand Down
2 changes: 1 addition & 1 deletion puppet.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "puppet"
spec.version = "8.9.0"
spec.version = "8.10.0"
spec.licenses = ['Apache-2.0']

spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")
Expand Down

0 comments on commit 5af02da

Please sign in to comment.