Skip to content

Commit

Permalink
(packaging) Bump to version '8.8.1' [no-promote]
Browse files Browse the repository at this point in the history
  • Loading branch information
mhashizume committed Jul 23, 2024
1 parent b6dac24 commit afcde52
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.8.0'
PUPPETVERSION = '8.8.1'

##
# 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.7.0"
spec.version = "8.8.1"
spec.licenses = ['Apache-2.0']

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

0 comments on commit afcde52

Please sign in to comment.