summaryrefslogtreecommitdiffstats
path: root/lib/facter.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-08-27 06:16:35 +0200
committerLuke Kanies <luke@madstop.com>2008-08-27 06:16:35 +0200
commitbff615cb94cb18a28582a48d0e763140d2cc9afa (patch)
tree4a447c008d284788244f9c11c9df5d163c0d2fce /lib/facter.rb
parentc2eb5ba2597fc76be0d16a93a1aaa5e7a6394b17 (diff)
downloadfacter-bff615cb94cb18a28582a48d0e763140d2cc9afa.tar.gz
facter-bff615cb94cb18a28582a48d0e763140d2cc9afa.tar.xz
facter-bff615cb94cb18a28582a48d0e763140d2cc9afa.zip
Updated to version 1.5.1
Diffstat (limited to 'lib/facter.rb')
-rw-r--r--lib/facter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter.rb b/lib/facter.rb
index 36889c8..bb398da 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.5.0'
+ FACTERVERSION = '1.5.1'
# = Facter
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.