Skip to content

Commit db7c196

Browse files
(packaging) Bump to version '8.5.0x' [no-promote]
1 parent dd1bb20 commit db7c196

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.5.0"
19+
version = "8.5.0x"
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
@@ -8,7 +8,7 @@
88
# Raketasks and such to set the version based on the output of `git describe`
99

1010
module Puppet
11-
PUPPETVERSION = '8.5.0'
11+
PUPPETVERSION = '8.5.0x'
1212

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

0 commit comments

Comments
 (0)