Skip to content

Commit

Permalink
(packaging) Bump to version '4.4.1' [no-promote]
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetlabs-jenkins committed Apr 19, 2023
1 parent a521750 commit 2a2e4de
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.4.0'
spec.version = '4.4.1'
spec.authors = ['Puppet']
spec.email = ['[email protected]']
spec.homepage = 'https://github.com/puppetlabs/facter'
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.4.0'
spec.version = '4.4.1'
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.0' unless defined?(VERSION)
VERSION = '4.4.1' unless defined?(VERSION)
end

0 comments on commit 2a2e4de

Please sign in to comment.