diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-08-04 11:21:42 +0100 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-08-04 11:21:42 +0100 |
commit | 181c0a0f2577e0c6417ba1173b170d1427659915 (patch) | |
tree | 38228111af84258c6f9c24050c83c36f005cd47a /head.bash | |
parent | 7d57256a8b1527bb77aa683137655b92dbd97f90 (diff) |
Increment version
Diffstat (limited to 'head.bash')
-rwxr-xr-x | head.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |