Skip to content

Commit 9c2fc55

Browse files
committedOct 1, 2021
(maint) Merge up b589b74 to 6.x
Generated by CI * commit 'b589b7486797494e958b1f5530f7c8fc3a9d8c22': (packaging) Bump to version '6.25.1' [no-promote]
2 parents 0b1630f + b589b74 commit 9c2fc55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Gem::Specification.new do |s|
1515
s.name = "puppet"
16-
version = "6.25.0"
16+
version = "6.25.1"
1717
mdata = version.match(/(\d+\.\d+\.\d+)/)
1818
s.version = mdata ? mdata[1] : version
1919

‎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 = '6.25.0'
9+
PUPPETVERSION = '6.25.1'
1010

1111
##
1212
# version is a public API method intended to always provide a fast and

0 commit comments

Comments
 (0)