summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2007-03-21 16:44:44 +0000
committerluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2007-03-21 16:44:44 +0000
commit09261ac06dfb511c461c2f210b6657154cf59169 (patch)
treefb8d0b842ee85094022ea892eee64a547a545a3c /lib
parent94ca0c3342a5a5f0a51bdfffde6c136cfc58b9c4 (diff)
Updated to version 1.3.7
git-svn-id: http://reductivelabs.com/svn/facter/trunk@202 1f5c1d6a-bddf-0310-8f58-fc49e503516a
Diffstat (limited to 'lib')
-rw-r--r--lib/facter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter.rb b/lib/facter.rb
index da7e5c3..8731485 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -21,7 +21,7 @@ class Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.3.6'
+ FACTERVERSION = '1.3.7'
# = Facter
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.