File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
66Gem ::Specification . new do |spec |
77 spec . name = 'facter-ng'
8- spec . version = '4.4.0 '
8+ spec . version = '4.4.1 '
99 spec . authors = [ 'Puppet' ]
1010 spec . email = [ 'team-nw@puppet.com' ]
1111 spec . homepage = 'https://github.com/puppetlabs/facter'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
66Gem ::Specification . new do |spec |
77 spec . name = 'facter'
8- spec . version = '4.4.0 '
8+ spec . version = '4.4.1 '
99 spec . authors = [ 'Puppet' ]
1010 spec . email = [ 'team-nw@puppet.com' ]
1111 spec . homepage = 'https://github.com/puppetlabs/facter'
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Facter
4- VERSION = '4.4.0 ' unless defined? ( VERSION )
4+ VERSION = '4.4.1 ' unless defined? ( VERSION )
55end
You can’t perform that action at this time.
0 commit comments