General: Bump version number to 2.1

This commit is contained in:
Dylan Araps
2016-12-06 12:14:13 +11:00
parent afcb210aaa
commit b5bc72ac51
3 changed files with 2 additions and 102 deletions

View File

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