Changelog: Clear changelog

This commit is contained in:
Dylan Araps 2016-12-02 21:05:02 +11:00
parent e3372ab9f1
commit 51622c371f
3 changed files with 2 additions and 163 deletions

View file

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