Skip to content

Commit 4e561cb

Browse files
(packaging) Bump to version '8.4.0' [no-promote]
1 parent be402a5 commit 4e561cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gemspec

Lines changed: 1 addition & 1 deletion
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.3.0"
19+
version = "8.4.0"
2020
mdata = version.match(/(\d+\.\d+\.\d+)/)
2121
s.version = mdata ? mdata[1] : version
2222

lib/puppet/version.rb

Lines changed: 1 addition & 1 deletion
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.3.0'
10+
PUPPETVERSION = '8.4.0'
1111

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

0 commit comments

Comments
 (0)