From b633ce9a0c3b1b274061cbde93674f1860c680fc Mon Sep 17 00:00:00 2001 From: dylan araps Date: Thu, 14 Sep 2017 10:23:03 +1000 Subject: [PATCH] version: bump --- config/config.conf | 2 +- neofetch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.conf b/config/config.conf index 7152efe4..e43f89f5 100644 --- a/config/config.conf +++ b/config/config.conf @@ -729,4 +729,4 @@ stdout="off" # # NOTE: Don't change this value, neofetch reads this to determine # how to handle backwards compatibility. -config_version="3.3.0" +config_version="3.3.1-git" diff --git a/neofetch b/neofetch index ebc98882..98a760d6 100755 --- a/neofetch +++ b/neofetch @@ -9,7 +9,7 @@ # https://github.com/dylanaraps/ # Neofetch version. -version="3.3.0" +version="3.3.1-git" bash_version="${BASH_VERSION/.*}" sys_locale="${LANG:-C}"