Skip to content

Commit

Permalink
(packaging) Bump to version '4.5.2' [no-promote]
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetlabs-jenkins committed Oct 16, 2023
1 parent e18842c commit 8c441ac
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.5.1'
spec.version = '4.5.2'
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.5.1' unless defined?(VERSION)
VERSION = '4.5.2' unless defined?(VERSION)
end

0 comments on commit 8c441ac

Please sign in to comment.