diff options
author | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-06-27 05:35:06 +0000 |
---|---|---|
committer | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-06-27 05:35:06 +0000 |
commit | c4659bd901f39b6b2960d60212229ac0af40fdc7 (patch) | |
tree | caffec2cdb39c8d76369a072d08aef8cba606b45 | |
parent | ea96381bec01c7fd437ba9590451529a3d45d407 (diff) | |
download | facter-c4659bd901f39b6b2960d60212229ac0af40fdc7.tar.gz facter-c4659bd901f39b6b2960d60212229ac0af40fdc7.tar.xz facter-c4659bd901f39b6b2960d60212229ac0af40fdc7.zip |
Updated to version 1.3.2
git-svn-id: http://reductivelabs.com/svn/facter/trunk@149 1f5c1d6a-bddf-0310-8f58-fc49e503516a
-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 062fa05..216da01 100644 --- a/lib/facter.rb +++ b/lib/facter.rb @@ -22,7 +22,7 @@ class Facter include Comparable include Enumerable - FACTERVERSION = '1.3.1' + FACTERVERSION = '1.3.2' # = Facter # Functions as a hash of 'facts' you might care about about your # system, such as mac address, IP address, Video card, etc. |