Version: Bump Neofetch to 2.0.2

This commit is contained in:
Dylan Araps 2016-12-07 00:45:53 +11:00
parent de614f5bf1
commit 461a5692ac
3 changed files with 5 additions and 2 deletions

View file

@ -3302,7 +3302,7 @@ get_args() {
"-v") verbose="on" ;;
"-vv") set -x; verbose="on" ;;
"--help") usage ;;
"--version") printf "%s\n" "Neofetch 2.1"; exit ;;
"--version") printf "%s\n" "Neofetch 2.0.2"; exit ;;
esac
shift