summaryrefslogtreecommitdiffstats
path: root/lib/facter.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-07-08 06:27:28 +0200
committerLuke Kanies <luke@madstop.com>2008-07-08 06:27:28 +0200
commite98efd378aacfb9b8c0933d299a9ca3026c4b0eb (patch)
tree507847539e93cb3a112c1500fe4b9dc4b9348a01 /lib/facter.rb
parentd49d63c7cad4c9c116b4112786a45fec358e1f2f (diff)
downloadfacter-e98efd378aacfb9b8c0933d299a9ca3026c4b0eb.tar.gz
facter-e98efd378aacfb9b8c0933d299a9ca3026c4b0eb.tar.xz
facter-e98efd378aacfb9b8c0933d299a9ca3026c4b0eb.zip
Updated to version 1.5
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 2348b02..0885349 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.3.8'
+ FACTERVERSION = '1.5'
# = Facter
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.