Commit f7223423 authored by Dylan Araps's avatar Dylan Araps

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

parent 2849dc2e
...@@ -739,3 +739,9 @@ config="on" ...@@ -739,3 +739,9 @@ config="on"
# as a default config and NOT as a user config. Changing this in # as a default config and NOT as a user config. Changing this in
# your user config won't actually do anything. # your user config won't actually do anything.
config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config" 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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment