diff options
author | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-09-29 16:13:12 +0000 |
---|---|---|
committer | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-09-29 16:13:12 +0000 |
commit | bae0b496e73b991df85dac44e32e526f10b375bb (patch) | |
tree | b1d8c53129871b8377243f0cb811d2f22f3e2492 | |
parent | 9a73c72aebddca511adf47a8f8865b1ca6be3258 (diff) | |
download | facter-bae0b496e73b991df85dac44e32e526f10b375bb.tar.gz facter-bae0b496e73b991df85dac44e32e526f10b375bb.tar.xz facter-bae0b496e73b991df85dac44e32e526f10b375bb.zip |
Updated to version 1.3.5
git-svn-id: http://reductivelabs.com/svn/facter/trunk@179 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 012dfb3..7956585 100644 --- a/lib/facter.rb +++ b/lib/facter.rb @@ -22,7 +22,7 @@ class Facter include Comparable include Enumerable - FACTERVERSION = '1.3.4' + FACTERVERSION = '1.3.5' # = Facter # Functions as a hash of 'facts' you might care about about your # system, such as mac address, IP address, Video card, etc. |