Skip to content

Commit 4b17078

Browse files
committed
(packaging) Bump to version '4.5.1' [no-promote]
Currently, Facter's verion is set to 4.5.0 but 4.5.1 will be used for puppet-agent 7.27.0 & 8.3.0 release so Facter's version needs to be bumped.
1 parent 538d25b commit 4b17078

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

facter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55

66
Gem::Specification.new do |spec|
77
spec.name = 'facter'
8-
spec.version = '4.5.0'
8+
spec.version = '4.5.1'
99
spec.authors = ['Puppet']
1010
spec.email = ['[email protected]']
1111
spec.homepage = 'https://github.com/puppetlabs/facter'

lib/facter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Facter
4-
VERSION = '4.5.0' unless defined?(VERSION)
4+
VERSION = '4.5.1' unless defined?(VERSION)
55
end

0 commit comments

Comments
 (0)