Skip to content

Commit

Permalink
(GEM) Bump Facter version to 2.5.7 (#1875)
Browse files Browse the repository at this point in the history
(GEM) Bump Facter version to 2.5.7
  • Loading branch information
Gheorghe Popescu authored Jan 23, 2020
2 parents 00f55b4 + c92acd8 commit 9936ce7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ script: "bundle exec rake spec SPEC_OPTS='--color --format documentation'"
notifications:
email: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion lib/facter/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Facter
if not defined? FACTERVERSION then
FACTERVERSION = '2.5.6'
FACTERVERSION = '2.5.7'
end

# Returns the running version of Facter.
Expand Down

0 comments on commit 9936ce7

Please sign in to comment.