Skip to content

Commit

Permalink
Merge pull request #9531 from mhashizume/maint/main/revert-version
Browse files Browse the repository at this point in the history
Revert "(packaging) Bump to version '99.99.99' [no-promote]"
  • Loading branch information
joshcooper authored Dec 11, 2024
2 parents 603c0d4 + 68f8b7d commit e227c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/puppet/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Raketasks and such to set the version based on the output of `git describe`

module Puppet
PUPPETVERSION = '99.99.99'
PUPPETVERSION = '8.11.0'

##
# version is a public API method intended to always provide a fast and
Expand Down
2 changes: 1 addition & 1 deletion puppet.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "puppet"
spec.version = "99.99.99"
spec.version = "8.11.0"
spec.licenses = ['Apache-2.0']

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

0 comments on commit e227c27

Please sign in to comment.