From e45955ac92669c93bad3c158c8f005d53633b682 Mon Sep 17 00:00:00 2001 From: Bron Gondwana Date: Thu, 21 Dec 2023 01:27:12 +1100 Subject: [PATCH] imapoptions: correct 'replicaonly' option version field --- lib/imapoptions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/imapoptions b/lib/imapoptions index 61a11a8aa0f..fb368079cb4 100644 --- a/lib/imapoptions +++ b/lib/imapoptions @@ -2232,7 +2232,7 @@ If all partitions are over that limit, this feature is not used anymore. /* If enabled, all IMAP, POP and JMAP connections are read-only, * no writes allowed. */ -{ "replicaonly", 0, SWITCH, "3.9.0" } +{ "replicaonly", 0, SWITCH, "UNRELEASED" } /* If enabled, nothing is allowed to increase modseq or uidvalidity, * no writes allowed at all. */