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}"