From 493dd7b3d3515dd5e1453bc019df8ab765b0a608 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 18 Aug 2025 17:11:01 -0700 Subject: [PATCH] email: Increment app version number to trigger dovecot restart - Since we have important fixes deployed that we would like to get effected immediately. Tests: - Not tested. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/email/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/email/__init__.py b/plinth/modules/email/__init__.py index a06a7f2ed..b8de9b7a7 100644 --- a/plinth/modules/email/__init__.py +++ b/plinth/modules/email/__init__.py @@ -52,7 +52,7 @@ class EmailApp(plinth.app.App): app_id = 'email' - _version = 8 + _version = 9 def __init__(self) -> None: """Initialize the email app."""