We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1342839 commit 832933fCopy full SHA for 832933f
.gemspec
@@ -16,7 +16,7 @@
16
17
Gem::Specification.new do |s|
18
s.name = "puppet"
19
- version = "8.0.0"
+ version = "8.0.1"
20
mdata = version.match(/(\d+\.\d+\.\d+)/)
21
s.version = mdata ? mdata[1] : version
22
lib/puppet/version.rb
@@ -7,7 +7,7 @@
7
# Raketasks and such to set the version based on the output of `git describe`
8
9
module Puppet
10
- PUPPETVERSION = '8.0.0'
+ PUPPETVERSION = '8.0.1'
11
12
##
13
# version is a public API method intended to always provide a fast and
0 commit comments