From 68f8b7da048c9f0275c36e3551a749b97023be33 Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Tue, 10 Dec 2024 15:25:31 -0800 Subject: [PATCH] Revert "(packaging) Bump to version '99.99.99' [no-promote]" This reverts commit 603c0d4cea997f3680fb5d51fa3a7e41e4426038. --- lib/puppet/version.rb | 2 +- puppet.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/puppet/version.rb b/lib/puppet/version.rb index 951e98882a3..52eda363ff0 100644 --- a/lib/puppet/version.rb +++ b/lib/puppet/version.rb @@ -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 diff --git a/puppet.gemspec b/puppet.gemspec index 11f39624140..ed1944f5965 100644 --- a/puppet.gemspec +++ b/puppet.gemspec @@ -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")