From b542ec55360018bdcc776b9edd6c6fabffd9622d Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 3 Jan 2006 18:53:10 +0000 Subject: Updated to version 1.0.2 git-svn-id: http://reductivelabs.com/svn/facter/trunk@68 1f5c1d6a-bddf-0310-8f58-fc49e503516a --- lib/facter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/facter.rb b/lib/facter.rb index f8bd8b9..6aafbb7 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.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. -- cgit