Skip to content

Commit

Permalink
(GEM) update facter version to 4.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetlabs-jenkins committed Oct 12, 2020
1 parent 0603b1f commit 96beaae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent/facter-ng.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'facter-ng'
spec.version = '4.0.42'
spec.version = '4.0.43'
spec.authors = ['Puppet']
spec.email = ['team-nw@puppet.com']

Expand Down
2 changes: 1 addition & 1 deletion facter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'facter'
spec.version = '4.0.42'
spec.version = '4.0.43'
spec.authors = ['Puppet']
spec.email = ['team-nw@puppet.com']

Expand Down
2 changes: 1 addition & 1 deletion lib/facter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Facter
VERSION = '4.0.42' unless defined?(VERSION)
VERSION = '4.0.43' unless defined?(VERSION)
end

0 comments on commit 96beaae

Please sign in to comment.