diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7d3d0a6..1147a761 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,13 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+
+## [4.0.1] - 2018-05-18
+
+### Note: This release is only required for those running `bash <3.3`.
+
- [config] Fixed issue with default config in bash3.
- [packages] Simplified code.
- [term] Fixed macOS issue.
- [term] Fixed `tmux` issue.
+
## [4.0.0] - 2018-05-17
+

+
This release bumps the version number up to `4.0.0` as it contains major
changes to how Neofetch is packaged and installed.
@@ -2662,7 +2670,8 @@ Changelog:
Let me know if you're having issues.
-[Unreleased]: https://github.com/dylanaraps/neofetch/compare/4.0.0...HEAD
+[Unreleased]: https://github.com/dylanaraps/neofetch/compare/4.0.1...HEAD
+[4.0.1]: https://github.com/dylanaraps/neofetch/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/dylanaraps/neofetch/compare/3.4.0...4.0.0
[3.4.0]: https://github.com/dylanaraps/neofetch/compare/3.3.0...3.4.0
[3.3.0]: https://github.com/dylanaraps/neofetch/compare/3.2.0...3.3.0
diff --git a/neofetch b/neofetch
index 4870d059..185d031b 100755
--- a/neofetch
+++ b/neofetch
@@ -27,7 +27,7 @@
# SOFTWARE.
# Neofetch version.
-version="4.0.1"
+version="4.0.2"
bash_version="${BASH_VERSION/.*}"
sys_locale="${LANG:-C}"
@@ -826,12 +826,6 @@ image_host="teknik"
# Default: 'off'
# Values: 'on', 'off'
stdout="off"
-
-# Config version.
-#
-# NOTE: Don't change this value, neofetch reads this to determine
-# how to handle backwards compatibility.
-config_version="4.0.1"
EOF
# DETECT INFORMATION
@@ -8713,7 +8707,6 @@ main() {
# Add neofetch info to verbose output.
err "Neofetch command: $0 $*"
err "Neofetch version: $version"
- err "Neofetch config: $config_version"
# Show error messages.
[[ "$verbose" == "on" ]] && printf "%b" "$err" >&2
diff --git a/neofetch.1 b/neofetch.1
index 4c25cc43..67250657 100644
--- a/neofetch.1
+++ b/neofetch.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
-.TH NEOFETCH "1" "May 2018" "Neofetch 4.0.1" "User Commands"
+.TH NEOFETCH "1" "May 2018" "Neofetch 4.0.2" "User Commands"
.SH NAME
Neofetch \- A fast, highly customizable system info script
.SH SYNOPSIS