summaryrefslogtreecommitdiffstats
path: root/lib/facter.rb
diff options
context:
space:
mode:
authorluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-05-23 20:56:51 +0000
committerluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-05-23 20:56:51 +0000
commit8794e46049a3637b77147558625f361d8025b11b (patch)
treec96feaf0a22e33e92c4d1665404d3c626151a31e /lib/facter.rb
parentb208f47bfad865ca7d7a4df11fecd4b361d59259 (diff)
downloadfacter-8794e46049a3637b77147558625f361d8025b11b.tar.gz
facter-8794e46049a3637b77147558625f361d8025b11b.tar.xz
facter-8794e46049a3637b77147558625f361d8025b11b.zip
Updated to version 1.2.1
git-svn-id: http://reductivelabs.com/svn/facter/trunk@110 1f5c1d6a-bddf-0310-8f58-fc49e503516a
Diffstat (limited to 'lib/facter.rb')
-rw-r--r--lib/facter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter.rb b/lib/facter.rb
index 3337218..3d3b807 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -11,7 +11,7 @@ class Facter
include Comparable
include Enumerable
-FACTERVERSION = '1.1.4'
+FACTERVERSION = '1.2.1'
# = Facter 1.0
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.