Skip to content

Commit 832933f

Browse files
committed
(packaging) Bump to version '8.0.1' [no-promote]
1 parent 1342839 commit 832933f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
Gem::Specification.new do |s|
1818
s.name = "puppet"
19-
version = "8.0.0"
19+
version = "8.0.1"
2020
mdata = version.match(/(\d+\.\d+\.\d+)/)
2121
s.version = mdata ? mdata[1] : version
2222

lib/puppet/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Raketasks and such to set the version based on the output of `git describe`
88

99
module Puppet
10-
PUPPETVERSION = '8.0.0'
10+
PUPPETVERSION = '8.0.1'
1111

1212
##
1313
# version is a public API method intended to always provide a fast and

0 commit comments

Comments
 (0)