diff options
| author | James Turnbull <james@lovedthanlost.net> | 2008-07-08 14:36:57 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-07-08 14:36:57 +1000 |
| commit | 85de15990824b2f152e137f5ea05003affc87a4f (patch) | |
| tree | f177b56938e9a066d7668072c035129a1e6ba9ab /lib | |
| parent | fd0a39462c916d7f0c7771fdc344f9116822108c (diff) | |
| parent | 7042c4690aa9c23126c4395e0911a890c1fa17a3 (diff) | |
Merge branch 'master' of git://reductivelabs.com/facter
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 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. |
