From 26e8275f52072319d0d93224e47c6ae827dbb4e3 Mon Sep 17 00:00:00 2001 From: Frederic Werner <20406381+wernerfred@users.noreply.github.com> Date: Wed, 19 May 2021 21:23:02 +0200 Subject: [PATCH] chore: bump version to v10.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73520916..f8d1263f 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ and the `setup.sh` **in the correct version** ``` BASH # if you're using :edge as the image tag wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/setup.sh -# if you're using :latest (= :9.1.0) as the image tag -wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v9.1.0/setup.sh +# if you're using :latest (= :10.0.0) as the image tag +wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v10.0.0/setup.sh chmod a+x ./setup.sh