From 8fce18fcaede81e9296914d56f29be8487eb6ca8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 30 Jan 2017 19:44:12 +1100 Subject: [PATCH] General: Increment version number --- neofetch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 95600e12..fcfe40f9 100755 --- a/neofetch +++ b/neofetch @@ -8,6 +8,9 @@ # Created by Dylan Araps # https://github.com/dylanaraps/ +# Neofetch version. +version="3.0.1" + bash_version="${BASH_VERSION/.*}" sys_locale="${LANG:-C}" XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}" @@ -3886,7 +3889,7 @@ exit 1 } version() { printf "%s" "\ -Neofetch 3.0.1 +Neofetch $version Copyright (c) 2016-2017 Dylan Araps