Skip to content

Commit afcde52

Browse files
committed
(packaging) Bump to version '8.8.1' [no-promote]
1 parent b6dac24 commit afcde52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8.0'
11+
PUPPETVERSION = '8.8.1'
1212

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

puppet.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "puppet"
3-
spec.version = "8.7.0"
3+
spec.version = "8.8.1"
44
spec.licenses = ['Apache-2.0']
55

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

0 commit comments

Comments
 (0)