From bae0b496e73b991df85dac44e32e526f10b375bb Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 29 Sep 2006 16:13:12 +0000 Subject: Updated to version 1.3.5 git-svn-id: http://reductivelabs.com/svn/facter/trunk@179 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 012dfb3..7956585 100644 --- a/lib/facter.rb +++ b/lib/facter.rb @@ -22,7 +22,7 @@ class Facter include Comparable include Enumerable - FACTERVERSION = '1.3.4' + FACTERVERSION = '1.3.5' # = Facter # Functions as a hash of 'facts' you might care about about your # system, such as mac address, IP address, Video card, etc. -- cgit