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 0a4adaa + 678ef10 commit f4bedd5Copy full SHA for f4bedd5
lib/puppet/version.rb
@@ -6,7 +6,7 @@
6
# Raketasks and such to set the version based on the output of `git describe`
7
8
module Puppet
9
- PUPPETVERSION = '7.37.0'
+ PUPPETVERSION = '7.37.1'
10
IMPLEMENTATION = 'openvox'
11
12
##
puppet.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |spec|
2
spec.name = "openvox"
3
- spec.version = "7.37.0"
+ spec.version = "7.37.1"
4
spec.license = 'Apache-2.0'
5
spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")
0 commit comments