We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a23449f + 6a45244 commit af03c5bCopy full SHA for af03c5b
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.21.1'
+ PUPPETVERSION = '8.22.0'
12
IMPLEMENTATION = 'openvox'
13
14
##
openvox.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |spec|
2
spec.name = "openvox"
3
- spec.version = "8.21.1"
+ spec.version = "8.22.0"
4
spec.licenses = ['Apache-2.0']
5
6
spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")
0 commit comments