From f32c6da1d49cfc971338e63f4b138d2520c3e534 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sun, 19 Oct 2014 21:37:20 +0200 Subject: [PATCH] Add a VERSION constant and print it on start --- stoptime.rb | 4 ++++ 1 file changed, 4 insertions(+) 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