summaryrefslogtreecommitdiffstats
path: root/lib/facter.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-09-09 05:00:34 +0200
committerLuke Kanies <luke@madstop.com>2008-09-09 05:00:34 +0200
commita80779ba5f9a5e1d50ae96d417c6e43568224047 (patch)
tree94e4ed09e8b6bbab47bfca11e092e3ab8cb12e11 /lib/facter.rb
parent0e49580a4d7773a804318bc9d4447f3b57593ad6 (diff)
downloadfacter-a80779ba5f9a5e1d50ae96d417c6e43568224047.tar.gz
facter-a80779ba5f9a5e1d50ae96d417c6e43568224047.tar.xz
facter-a80779ba5f9a5e1d50ae96d417c6e43568224047.zip
Updated to version 1.5.2
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 bb398da..46a9717 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.5.1'
+ FACTERVERSION = '1.5.2'
# = Facter
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.