summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2005-11-22 15:25:08 +0000
committerluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2005-11-22 15:25:08 +0000
commitfe90bf1bce190ae0f3cc68859299566330ecc49e (patch)
tree3b22f99572ecce0afd3b0fdb7fa39201486c8ff8 /lib
parent3f0186dd749681f9ba3d3d9feb09252600137085 (diff)
Updated to version 1.0.1
git-svn-id: http://reductivelabs.com/svn/facter/trunk@63 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 7beb291..9e03892 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -13,7 +13,7 @@ class Facter
include Comparable
include Enumerable
- FACTERVERSION="1.0.1"
+ FACTERVERSION="1.0.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.