Skip to content

Commit 42d0295

Browse files
committed
(packaging) Bump to version '7.32.1' [no-promote]
1 parent 3d37e9a commit 42d0295

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
@@ -6,7 +6,7 @@
66
# Raketasks and such to set the version based on the output of `git describe`
77

88
module Puppet
9-
PUPPETVERSION = '7.32.0'
9+
PUPPETVERSION = '7.32.1'
1010

1111
##
1212
# 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 = "7.31.0"
3+
spec.version = "7.32.1"
44
spec.license = 'Apache-2.0'
55

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

0 commit comments

Comments
 (0)