Config: Add config_version to aid in adding backwards compatibility in the future

This commit is contained in:
Dylan Araps 2017-01-15 12:16:33 +11:00
parent 2849dc2e44
commit f72234234d
1 changed files with 6 additions and 0 deletions

View File

@ -739,3 +739,9 @@ config="on"
# as a default config and NOT as a user config. Changing this in
# your user config won't actually do anything.
config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config"
# Config version.
#
# NOTE: Don't change this value, neofetch reads this to determine
# how to handle backwards compatibility.
config_version="2.1.0"