diff options
author | Luke Kanies <luke@madstop.com> | 2008-07-08 06:27:28 +0200 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-07-08 06:27:28 +0200 |
commit | e98efd378aacfb9b8c0933d299a9ca3026c4b0eb (patch) | |
tree | 507847539e93cb3a112c1500fe4b9dc4b9348a01 | |
parent | d49d63c7cad4c9c116b4112786a45fec358e1f2f (diff) | |
download | facter-e98efd378aacfb9b8c0933d299a9ca3026c4b0eb.tar.gz facter-e98efd378aacfb9b8c0933d299a9ca3026c4b0eb.tar.xz facter-e98efd378aacfb9b8c0933d299a9ca3026c4b0eb.zip |
Updated to version 1.5
-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 2348b02..0885349 100644 --- a/lib/facter.rb +++ b/lib/facter.rb @@ -27,7 +27,7 @@ module Facter include Comparable include Enumerable - FACTERVERSION = '1.3.8' + FACTERVERSION = '1.5' # = Facter # Functions as a hash of 'facts' you might care about about your # system, such as mac address, IP address, Video card, etc. |