Skip to content

Commit af03c5b

Browse files
authored
Merge pull request #174 from OpenVoxProject/release-8.22.0
Release 8.22.0
2 parents a23449f + 6a45244 commit af03c5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.21.1'
11+
PUPPETVERSION = '8.22.0'
1212
IMPLEMENTATION = 'openvox'
1313

1414
##

openvox.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openvox"
3-
spec.version = "8.21.1"
3+
spec.version = "8.22.0"
44
spec.licenses = ['Apache-2.0']
55

66
spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")

0 commit comments

Comments
 (0)