Add a VERSION constant and print it on start

This commit is contained in:
Paul van Tilburg 2014-10-19 21:37:20 +02:00
parent 1cd9ba68c3
commit f32c6da1d4
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ end
# = The main application module
module StopTime
# The version of the application
VERSION = '1.6'
puts "Starting Stop… Camping Time! version #{VERSION}"
# The parsed configuration (Hash).
attr_reader :config