From 2cee801002b71fd9cd7c7c72a887afc5412d38ae Mon Sep 17 00:00:00 2001 From: David Duque Date: Fri, 18 Feb 2022 01:07:01 +0000 Subject: [PATCH] v56.2 --- README.md | 2 +- api/mailinabox.yml | 2 +- setup/bootstrap.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a090d455..c38e702b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Power Mail-in-a-Box -**[Installation](#installation)** (current version: v56.1) +**[Installation](#installation)** (current version: v56.2) Power Mail-in-a-Box (a fork of [Mail-in-a-Box](https://mailinabox.email/)) is a complete pre-configured mail appliance, quickly deployable in a matter of minutes. diff --git a/api/mailinabox.yml b/api/mailinabox.yml index 53000f13..c59bf907 100644 --- a/api/mailinabox.yml +++ b/api/mailinabox.yml @@ -15,7 +15,7 @@ info: license: name: CC0 1.0 Universal url: https://creativecommons.org/publicdomain/zero/1.0/legalcode - version: 56.1 + version: 56.2 x-logo: url: https://mailinabox.email/static/logo.png altText: Mail-in-a-Box logo diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 71e7c6b7..90e44fdb 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -35,7 +35,7 @@ if [ -z "$TAG" ]; then [ "$OS" == "Debian GNU/Linux 11 (bullseye)" ] || [ "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ] then - TAG=v56.1 + TAG=v56.2 else echo "This script must be run on a system running one of the following OS-es:" echo "* Debian 10 (buster)"