summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhead.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/head.bash b/head.bash
index 4cc87b8..9cc425d 100755
--- a/head.bash
+++ b/head.bash
@@ -6,7 +6,7 @@ argrest=`echo "$url" | cut -d\ -f1 --complement`
if [[ $arg1 = "--version" ]]
then
- echo "Blatech head v0.2"
+ echo "Blatech head v0.2.1"
exit
elif [[ $arg1 = "-h" || $arg1 = "--help" ]]
then