From 727d1513b7207421d96f6d30b99684e4a31c6db9 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Sun, 15 Mar 2015 15:15:06 -0400 Subject: [PATCH] trivial update --- scriptTemplate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptTemplate.sh b/scriptTemplate.sh index 2a945a5..afeec05 100755 --- a/scriptTemplate.sh +++ b/scriptTemplate.sh @@ -3,7 +3,7 @@ # ################################################## # My Generic BASH script template # -version="1.0.0" # Sets version variable for this script +version="1.1.1" # Sets version variable for this script # scriptTemplateVersion="1.1.1" # Version of scriptTemplate.sh that this script is based on # v.1.1.0 - Added 'debug' option