Skip to content

Commit

Permalink
(GEM) update facter version to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetlabs-jenkins committed Sep 26, 2023
1 parent cf2550d commit c2ae281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.4'
spec.version = '4.5.0'
spec.authors = ['Puppet']
spec.email = ['[email protected]']
spec.homepage = 'https://github.com/puppetlabs/facter'
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.4.4' unless defined?(VERSION)
VERSION = '4.5.0' unless defined?(VERSION)
end

0 comments on commit c2ae281

Please sign in to comment.