From 076785a2f9b71f5ef39f6dfc0ce1548388ec3512 Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Sun, 19 May 2024 11:08:58 +0200 Subject: [PATCH] Data 0.7.0 to 0.8.0 Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- 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