From c811dc01bc452a53b31141fb73cebdebb88e5a60 Mon Sep 17 00:00:00 2001 From: Denver Gingerich Date: Mon, 27 Feb 2017 22:29:43 +0000 Subject: [PATCH] print dynamic version string; no more manual bumps --- sgx-catapult.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sgx-catapult.rb b/sgx-catapult.rb index 44a0ac17c5c1f5b0ea4bef24f7da7f43d0647aa9..31b608fd2de3bb59a19f6babdbeb85f7713934be 100755 --- a/sgx-catapult.rb +++ b/sgx-catapult.rb @@ -33,7 +33,8 @@ require 'log4r' $stdout.sync = true -puts "Soprani.ca/SMS Gateway for XMPP - Catapult v0.031\n\n" +puts "Soprani.ca/SMS Gateway for XMPP - Catapult\n"\ + "==>> last commit of this version is " + `git rev-parse HEAD` + "\n" if ARGV.size != 9 puts "Usage: sgx-catapult.rb "\