Skip to content

Commit

Permalink
Revert "(packaging) Bump to version '99.99.99' [no-promote]"
Browse files Browse the repository at this point in the history
This reverts commit 603c0d4.
  • Loading branch information
mhashizume committed Dec 10, 2024
1 parent 603c0d4 commit 68f8b7d
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 68f8b7d

Please sign in to comment.