summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-06-09 14:58:18 +0000
committerluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-06-09 14:58:18 +0000
commit15931effe2ca7e9be14cd5d7c5c30ddb7062a095 (patch)
treeffadb934022337324ce39a587b40109be52f02cd
parent261d909691d0c743f95de434847fdd1b8c198cfd (diff)
downloadfacter-15931effe2ca7e9be14cd5d7c5c30ddb7062a095.tar.gz
facter-15931effe2ca7e9be14cd5d7c5c30ddb7062a095.tar.xz
facter-15931effe2ca7e9be14cd5d7c5c30ddb7062a095.zip
Updated to version 1.3
git-svn-id: http://reductivelabs.com/svn/facter/trunk@131 1f5c1d6a-bddf-0310-8f58-fc49e503516a
-rw-r--r--lib/facter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter.rb b/lib/facter.rb
index b2077f9..20b94bb 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -11,7 +11,7 @@ class Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.2.1'
+ FACTERVERSION = '1.3'
# = Facter
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.