From 1622b326d5b317ba479b90213df66dc6e2c1d619 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Wed, 22 Jun 2022 11:20:41 -0400 Subject: [PATCH] Update version used for upgrade-to-master tests --- tests/system-setup/setup-defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-setup/setup-defaults.sh b/tests/system-setup/setup-defaults.sh index 8424f5c0..c6f1ebd4 100755 --- a/tests/system-setup/setup-defaults.sh +++ b/tests/system-setup/setup-defaults.sh @@ -42,4 +42,4 @@ export UPSTREAM_TAG="${UPSTREAM_TAG:-}" # For setup scripts that install miabldap releases export MIABLDAP_GIT="${MIABLDAP_GIT:-https://github.com/downtownallday/mailinabox-ldap.git}" -export MIABLDAP_RELEASE_TAG="${MIABLDAP_RELEASE_TAG:-v56}" +export MIABLDAP_RELEASE_TAG="${MIABLDAP_RELEASE_TAG:-v57}"