Skip to content

Commit 9cc3616

Browse files
(packaging) Bump to version '7.35.0' [no-promote]
1 parent 346586e commit 9cc3616

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.34.0'
9+
PUPPETVERSION = '7.35.0'
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.34.0"
3+
spec.version = "7.35.0"
44
spec.license = 'Apache-2.0'
55

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

0 commit comments

Comments
 (0)