Skip to content

Commit

Permalink
Merge pull request #2689 from mhashizume/maint/main/version-bump
Browse files Browse the repository at this point in the history
(packaging) Bump to version '4.7.0' [no-promote]
  • Loading branch information
joshcooper authored Mar 12, 2024
2 parents d26a217 + 7806985 commit 7bfd75b
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.6.1'
spec.version = '4.7.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.6.1' unless defined?(VERSION)
VERSION = '4.7.0' unless defined?(VERSION)
end

0 comments on commit 7bfd75b

Please sign in to comment.