summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-02-17 19:56:04 +0000
committerluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-02-17 19:56:04 +0000
commit4579f8f91c6993cabe5875072c9cd92ed6381bb0 (patch)
treef7d6bec934c0d7229da11f49fc9ca37ec72e085d
parentd36885fa07b582bf8609cae6382358a9e9c3fe94 (diff)
downloadfacter-4579f8f91c6993cabe5875072c9cd92ed6381bb0.tar.gz
facter-4579f8f91c6993cabe5875072c9cd92ed6381bb0.tar.xz
facter-4579f8f91c6993cabe5875072c9cd92ed6381bb0.zip
Updated to version 1.1.2
git-svn-id: http://reductivelabs.com/svn/facter/trunk@85 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 d5cd196..2551fc0 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -11,7 +11,7 @@ class Facter
include Comparable
include Enumerable
-FACTERVERSION = '1.1.1'
+FACTERVERSION = '1.1.2'
# = 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.