summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2014-08-04 11:21:42 +0100
committerLuke Bratch <l_bratch@yahoo.co.uk>2014-08-04 11:21:42 +0100
commit181c0a0f2577e0c6417ba1173b170d1427659915 (patch)
tree38228111af84258c6f9c24050c83c36f005cd47a
parent7d57256a8b1527bb77aa683137655b92dbd97f90 (diff)
Increment version
-rwxr-xr-xhead.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/head.bash b/head.bash
index 71f8baf..aa27d80 100755
--- a/head.bash
+++ b/head.bash
@@ -18,7 +18,7 @@ argrest=`echo "$url" | cut -d\ -f1 --complement`
if [[ $arg1 = "--version" ]]
then
- echo "Blatech head v0.2.1"
+ echo "Blatech head v0.2.2"
exit
elif [[ $arg1 = "-h" || $arg1 = "--help" ]]
then