File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
Gem ::Specification . new do |s |
15
15
s . name = "puppet"
16
- version = "7.22 .0"
16
+ version = "8.0 .0"
17
17
mdata = version . match ( /(\d +\. \d +\. \d +)/ )
18
18
s . version = mdata ? mdata [ 1 ] : version
19
19
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ apt_signing_server: 'apt.puppetlabs.com'
15
15
apt_repo_url : ' http://apt.puppetlabs.com'
16
16
apt_repo_path : ' /opt/repository/incoming'
17
17
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'
Original file line number Diff line number Diff line change 6
6
# Raketasks and such to set the version based on the output of `git describe`
7
7
8
8
module Puppet
9
- PUPPETVERSION = '7.22 .0'
9
+ PUPPETVERSION = '8.0 .0'
10
10
11
11
##
12
12
# version is a public API method intended to always provide a fast and
You can’t perform that action at this time.
0 commit comments