summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2014-08-04 11:05:26 +0100
committerLuke Bratch <l_bratch@yahoo.co.uk>2014-08-04 11:05:26 +0100
commitefe386d5a8037c6e5f59ecdd026d478a5b919b11 (patch)
treeb9c2d24b0371e97032500b7f277f8934b5a0a1fd
parented272e195a5a772d1ab23f38bd549be8be582dfa (diff)
Increment version number
-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