Update version

This commit is contained in:
Dylan Araps 2016-10-02 14:17:51 +11:00
parent 479fef73ea
commit b60f281119
1 changed files with 1 additions and 1 deletions

View File

@ -3114,7 +3114,7 @@ getargs() {
-v) verbose="on" ;; -v) verbose="on" ;;
-vv) set -x; verbose="on" ;; -vv) set -x; verbose="on" ;;
--help) usage ;; --help) usage ;;
--version) printf "%s\n" "Neofetch 1.8"; exit ;; --version) printf "%s\n" "Neofetch 1.9"; exit ;;
esac esac
shift shift