# The top level module for Bozo's functionality. module Bozo # The version of Bozo in use. VERSION = File.read(File.expand_path(File.dirname(File.realpath(__FILE__)) + '/../../VERSION')).strip end