From 5eca9e52b924997108d9f1fef927199177ad3b79 Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:04:48 +0200 Subject: [PATCH] Change data verssion to 8 (#11) Update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index baa3094..3ea2331 100644 --- a/start.sh +++ b/start.sh @@ -2,7 +2,7 @@ # Test data AIO_LOCK="/opt/stalwart-mail/aio.lock" -DATA_VERSION="0.7.0" +DATA_VERSION="0.8.0" if [ -f "$AIO_LOCK" ]; then if [ "$DATA_VERSION" != "$(cat "$AIO_LOCK")" ]; then