From 86e07086ac0a33ec6531b87d3641b0b592110cd2 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Mon, 19 May 2008 10:22:58 +1000 Subject: Incremented version number to 1.5 --- lib/facter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/facter.rb b/lib/facter.rb index 525dbcd..9e7fe66 100644 --- a/lib/facter.rb +++ b/lib/facter.rb @@ -27,7 +27,7 @@ module Facter include Comparable include Enumerable - FACTERVERSION = '2.0.0' + FACTERVERSION = '1.5.0' # = Facter # Functions as a hash of 'facts' you might care about about your # system, such as mac address, IP address, Video card, etc. -- cgit