Skip to content

Commit e227c27

Browse files
authored
Merge pull request #9531 from mhashizume/maint/main/revert-version
Revert "(packaging) Bump to version '99.99.99' [no-promote]"
2 parents 603c0d4 + 68f8b7d commit e227c27

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 = '99.99.99'
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 = "99.99.99"
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)