General: Increment version number

This commit is contained in:
Dylan Araps 2017-01-30 19:44:12 +11:00
parent 4d546c4bc0
commit 8fce18fcae
1 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@
# Created by Dylan Araps # Created by Dylan Araps
# https://github.com/dylanaraps/ # https://github.com/dylanaraps/
# Neofetch version.
version="3.0.1"
bash_version="${BASH_VERSION/.*}" bash_version="${BASH_VERSION/.*}"
sys_locale="${LANG:-C}" sys_locale="${LANG:-C}"
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}" XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}"
@ -3886,7 +3889,7 @@ exit 1
} }
version() { printf "%s" "\ version() { printf "%s" "\
Neofetch 3.0.1 Neofetch $version
Copyright (c) 2016-2017 Dylan Araps Copyright (c) 2016-2017 Dylan Araps