lib/activehook/server/launcher.rb in activehook-server-0.1.0 vs lib/activehook/server/launcher.rb in activehook-server-0.1.1
- old
+ new
@@ -17,10 +17,10 @@
private
def start_message
ActiveHook::Server.log.info('ActiveHook Server starting!')
- ActiveHook::Server.log.info("* Version #{VERSION}, codename: #{CODENAME}")
+ ActiveHook::Server.log.info("* Version #{ActiveHook::Server::VERSION}, codename: #{ActiveHook::Server::CODENAME}")
end
# Parses the arguments passed through the command line.
#
def setup_options