diff options
author | Luke Kanies <luke@madstop.com> | 2008-08-27 06:16:35 +0200 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-08-27 15:07:23 +1000 |
commit | 0356b6e5f37ecb70fa8e3df5e46da36d3da9e7d9 (patch) | |
tree | 26b2c9e6179bf108d2a4e445f98a9ebb57b592f4 /lib | |
parent | c2eb5ba2597fc76be0d16a93a1aaa5e7a6394b17 (diff) | |
download | facter-0356b6e5f37ecb70fa8e3df5e46da36d3da9e7d9.tar.gz facter-0356b6e5f37ecb70fa8e3df5e46da36d3da9e7d9.tar.xz facter-0356b6e5f37ecb70fa8e3df5e46da36d3da9e7d9.zip |
Updated to version 1.5.1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/facter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter.rb b/lib/facter.rb index 36889c8..bb398da 100644 --- a/lib/facter.rb +++ b/lib/facter.rb @@ -27,7 +27,7 @@ module Facter include Comparable include Enumerable - FACTERVERSION = '1.5.0' + FACTERVERSION = '1.5.1' # = Facter # Functions as a hash of 'facts' you might care about about your # system, such as mac address, IP address, Video card, etc. |