From dcd93cc24c2853bb72db732ec8ee9b29d79a7300 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 20 Nov 2025 08:44:53 +0100 Subject: Add new config version. --- src/lib/state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 config_versions = { "2.18", "2.16" }; +static std::vector config_versions = { "2.20", "2.18", "2.16" }; static -- cgit v1.2.3