We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f22b2b5 + 7c7b760 commit b189450Copy full SHA for b189450
lib/puppet/version.rb
@@ -8,7 +8,7 @@
8
# Raketasks and such to set the version based on the output of `git describe`
9
10
module Puppet
11
- PUPPETVERSION = '8.14.0'
+ PUPPETVERSION = '8.15.0'
12
13
##
14
# version is a public API method intended to always provide a fast and
puppet.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |spec|
2
spec.name = "openvox"
3
- spec.version = "8.14.0"
+ spec.version = "8.15.0"
4
spec.licenses = ['Apache-2.0']
5
6
spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")
0 commit comments