summaryrefslogtreecommitdiffstats
path: root/lib/facter.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-08-18 04:56:06 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-08-18 04:56:06 +1000
commitf280703f4c8cbde85bb92a79864cdfb965d64ffb (patch)
tree61d9422a31e4f05086c382a06e309cff77bcbcc0 /lib/facter.rb
parent98ef5e85528669a9ff224de8ac03dd3385665cad (diff)
downloadfacter-f280703f4c8cbde85bb92a79864cdfb965d64ffb.tar.gz
facter-f280703f4c8cbde85bb92a79864cdfb965d64ffb.tar.xz
facter-f280703f4c8cbde85bb92a79864cdfb965d64ffb.zip
Incremented version to 1.5.8
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 46e2e99..42d5371 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.5.7'
+ FACTERVERSION = '1.5.8'
# = Facter
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.