summaryrefslogtreecommitdiffstats
path: root/lib/facter.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-05-19 08:08:20 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-05-19 08:15:58 +1000
commit7995d053aa95047b7e1d842c156bb73fbbee4545 (patch)
tree56b9e17423e398d9a039eae6e39f5419076d635d /lib/facter.rb
parent56760d34f070db4d7bb8e5fcfb7939fe3074bf49 (diff)
downloadfacter-7995d053aa95047b7e1d842c156bb73fbbee4545.tar.gz
facter-7995d053aa95047b7e1d842c156bb73fbbee4545.tar.xz
facter-7995d053aa95047b7e1d842c156bb73fbbee4545.zip
Bumped release to 1.5.5rc2
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 b395372..a6a7e29 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.5.4'
+ FACTERVERSION = '1.5.5'
# = Facter
# Functions as a hash of 'facts' you might care about about your
# system, such as mac address, IP address, Video card, etc.