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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2025-08-18 17:11:01 -07:00 committed by James Valleroy
parent e02263c93b
commit 493dd7b3d3
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -52,7 +52,7 @@ class EmailApp(plinth.app.App):
app_id = 'email'
_version = 8
_version = 9
def __init__(self) -> None:
"""Initialize the email app."""