From f280703f4c8cbde85bb92a79864cdfb965d64ffb Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Wed, 18 Aug 2010 04:56:06 +1000 Subject: Incremented version to 1.5.8 --- lib/facter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/facter.rb b/lib/facter.rb index 46e2e99..42d5371 100644 --- a/lib/facter.rb +++ b/lib/facter.rb @@ -27,7 +27,7 @@ module Facter include Comparable include Enumerable - FACTERVERSION = '1.5.7' + FACTERVERSION = '1.5.8' # = Facter # Functions as a hash of 'facts' you might care about about your # system, such as mac address, IP address, Video card, etc. -- cgit