Version: Bump Neofetch to 2.1.0

This commit is contained in:
Dylan Araps 2016-12-07 12:25:13 +11:00
parent ae4e2b038d
commit 9343a42a07
3 changed files with 3 additions and 22 deletions

View file

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