summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-01-09 19:55:54 +0000
committerluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-01-09 19:55:54 +0000
commit5a0bd4a9e4a5893b65be019175e99e4e317aada8 (patch)
tree9e055ab63e607feb0079597171038e5fdbd2ea30
parent1ed42169d30f3cd138db1493d37b2c06b010cadc (diff)
downloadfacter-5a0bd4a9e4a5893b65be019175e99e4e317aada8.tar.gz
facter-5a0bd4a9e4a5893b65be019175e99e4e317aada8.tar.xz
facter-5a0bd4a9e4a5893b65be019175e99e4e317aada8.zip
Updated to version 1.1.0
git-svn-id: http://reductivelabs.com/svn/facter/trunk@74 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 9bc7ea1..1d24376 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -11,7 +11,7 @@ class Facter
include Comparable
include Enumerable
-FACTERVERSION = '1.0.2'
+FACTERVERSION = '1.1.0'
# = 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.