From f72234234ddbdfcc50eff2ce802534422d9acd2c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 15 Jan 2017 12:16:33 +1100 Subject: [PATCH] Config: Add config_version to aid in adding backwards compatibility in the future --- config/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/config b/config/config index 7fe75e6d..6d8e6a9d 100644 --- a/config/config +++ b/config/config @@ -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"