Skip to content

Commit f4bedd5

Browse files
authored
Merge pull request #96 from OpenVoxProject/release-7.37.1
Release 7.37.1
2 parents 0a4adaa + 678ef10 commit f4bedd5

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
@@ -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.37.0'
9+
PUPPETVERSION = '7.37.1'
1010
IMPLEMENTATION = 'openvox'
1111

1212
##

puppet.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 = "7.37.0"
3+
spec.version = "7.37.1"
44
spec.license = 'Apache-2.0'
55

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

0 commit comments

Comments
 (0)