From c894d1816d9b28efd29891f07b1d2e30cf88853c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 24 May 2026 21:30:53 +0200 Subject: [PATCH] docs: set release version --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0e7d23c..781f685 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ project = "NixOS Mailserver" copyright = "2022, NixOS Mailserver Contributors" author = "NixOS Mailserver Contributors" -version = "Unstable" +version = "26.05" # -- General configuration ---------------------------------------------------