summaryrefslogtreecommitdiffstats
path: root/lib/facter.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-09-11 14:22:11 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-09-11 14:22:11 +1000
commit5bc8db33bf1fe672375b4666464c3fad06f093ec (patch)
tree15de91a0f23ff64c32f85f0efe781379fb619980 /lib/facter.rb
parenteb3a8a768119005931003161299a5fb218357b08 (diff)
downloadfacter-5bc8db33bf1fe672375b4666464c3fad06f093ec.tar.gz
facter-5bc8db33bf1fe672375b4666464c3fad06f093ec.tar.xz
facter-5bc8db33bf1fe672375b4666464c3fad06f093ec.zip
Incremented version and updated CHANGELOG
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 6e05495..3c69a94 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.5.6'
+ FACTERVERSION = '1.5.7'
# = Facter
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.