Skip to content

Commit 465c119

Browse files
(packaging) Bump to version '4.9.0' [no-promote]
1 parent a37196b commit 465c119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: facter.gemspec

+1-1
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.8.0'
8+
spec.version = '4.9.0'
99
spec.authors = ['Puppet']
1010
spec.email = ['[email protected]']
1111
spec.homepage = 'https://github.com/puppetlabs/facter'

Diff for: lib/facter/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

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

0 commit comments

Comments
 (0)