summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-20 08:44:53 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-03 21:37:04 +0100
commit09bb9b9a411d06af6bedaeaab2acf7c914049720 (patch)
treeaf3d827294dca445ccc2348345b314c6e5a0964b /src
parentc7e62e0893de4b4dfb99ca52ed6743636ec82b44 (diff)
Add new config version.
Diffstat (limited to 'src')
-rw-r--r--src/lib/state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/state.cc b/src/lib/state.cc
index 7a3232ee9..8d17562d6 100644
--- a/src/lib/state.cc
+++ b/src/lib/state.cc
@@ -35,7 +35,7 @@ boost::optional<boost::filesystem::path> State::override_path;
/* List of config versions to look for in descending order of preference;
* i.e. look at the first one, and if that doesn't exist, try the second, etc.
*/
-static std::vector<std::string> config_versions = { "2.18", "2.16" };
+static std::vector<std::string> config_versions = { "2.20", "2.18", "2.16" };
static