From e850940f8d41ad59c0bd1e5a38af79d75e233cec Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 8 Oct 2014 12:11:11 +0100 Subject: Update version --- title.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/title.bash b/title.bash index dec8222..95a9ca9 100755 --- a/title.bash +++ b/title.bash @@ -15,7 +15,7 @@ then echo "Usage: '!title ' where is an http:// or https:// URL" elif [ "$url" == "-v" ] || [ "$url" == "--version" ] then - echo "title version 0.4" + echo "title version 0.6" else curl --insecure --silent --max-filesize 1048576 --max-time 10 "$url" | sed -n -e 'H;${x;s!.*]*>\(.*\).*!\1!I;tnext};b;:next;s!.*\(.*\).*!\1!pI' fi -- cgit v1.2.3