diff --git a/stoptime.rb b/stoptime.rb index 4c54c46..bec0e20 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -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