print dynamic version string; no more manual bumps

Denver Gingerich created

Change summary

sgx-catapult.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

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 <component_jid> <component_password> "\