Docs: Change version

This commit is contained in:
Dylan Araps 2016-11-04 18:45:02 +11:00
parent 816931d652
commit 564b0f889e
2 changed files with 2 additions and 2 deletions

View file

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