Skip to content

Commit 5f06bac

Browse files
authored
Merge pull request #8964 from AriaXLi/PA-4814/prepare_main_branches_for_puppet_8
(PA-4814) Bump version string & puppet collections/streams for puppet8
2 parents df8d99e + 9acfe23 commit 5f06bac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Gem::Specification.new do |s|
1515
s.name = "puppet"
16-
version = "7.22.0"
16+
version = "8.0.0"
1717
mdata = version.match(/(\d+\.\d+\.\d+)/)
1818
s.version = mdata ? mdata[1] : version
1919

ext/build_defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ apt_signing_server: 'apt.puppetlabs.com'
1515
apt_repo_url: 'http://apt.puppetlabs.com'
1616
apt_repo_path: '/opt/repository/incoming'
1717
tar_host: 'downloads.puppetlabs.com'
18-
nonfinal_gem_path: '/opt/repository-nightlies/downloads/gems/puppet7-nightly'
18+
nonfinal_gem_path: '/opt/repository-nightlies/downloads/gems/puppet8-nightly'

lib/puppet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Raketasks and such to set the version based on the output of `git describe`
77

88
module Puppet
9-
PUPPETVERSION = '7.22.0'
9+
PUPPETVERSION = '8.0.0'
1010

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

0 commit comments

Comments
 (0)