Skip to content

Commit 6893bdd

Browse files
(packaging) Bump to version '8.11.0' [no-promote]
1 parent 10486dd commit 6893bdd

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

1010
module Puppet
11-
PUPPETVERSION = '8.10.0'
11+
PUPPETVERSION = '8.11.0'
1212

1313
##
1414
# 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 = "8.10.0"
3+
spec.version = "8.11.0"
44
spec.licenses = ['Apache-2.0']
55

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

0 commit comments

Comments
 (0)