aboutsummaryrefslogtreecommitdiff
path: root/bot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bot.sh')
-rwxr-xr-xbot.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot.sh b/bot.sh
index 16cc9b8..11f41a3 100755
--- a/bot.sh
+++ b/bot.sh
@@ -9,6 +9,7 @@
set -e
umask 77
+version="1.0"
dir="${0%/*}"
cache="${dir}/cache/${$}"
config="${dir}/config"
@@ -50,7 +51,7 @@ fi
if [ -n "${help}" ]
then
- echo "Sekoohaka Bot" \
+ echo "Sekoohaka Bot v${version}" \
"\n\nUsage: ${0} [options] [token]" \
"\n\nOptions:" \
"\n -h\t\tShow help information" \