We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fce86 commit 0b798b1Copy full SHA for 0b798b1
.gemspec
@@ -13,7 +13,7 @@
13
14
Gem::Specification.new do |s|
15
s.name = "puppet"
16
- version = "7.29.0"
+ version = "7.30.0"
17
mdata = version.match(/(\d+\.\d+\.\d+)/)
18
s.version = mdata ? mdata[1] : version
19
lib/puppet/version.rb
@@ -6,7 +6,7 @@
6
# Raketasks and such to set the version based on the output of `git describe`
7
8
module Puppet
9
- PUPPETVERSION = '7.29.0'
+ PUPPETVERSION = '7.30.0'
10
11
##
12
# version is a public API method intended to always provide a fast and
0 commit comments