Skip to content

Commit

Permalink
(maint) Merge up b589b74 to 6.x
Browse files Browse the repository at this point in the history
Generated by CI

* commit 'b589b7486797494e958b1f5530f7c8fc3a9d8c22':
  (packaging) Bump to version '6.25.1' [no-promote]
  • Loading branch information
puppetlabs-jenkins committed Oct 1, 2021
2 parents 0b1630f + b589b74 commit 9c2fc55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

Gem::Specification.new do |s|
s.name = "puppet"
version = "6.25.0"
version = "6.25.1"
mdata = version.match(/(\d+\.\d+\.\d+)/)
s.version = mdata ? mdata[1] : version

Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Raketasks and such to set the version based on the output of `git describe`

module Puppet
PUPPETVERSION = '6.25.0'
PUPPETVERSION = '6.25.1'

##
# version is a public API method intended to always provide a fast and
Expand Down

0 comments on commit 9c2fc55

Please sign in to comment.