diff --git a/README.md b/README.md index e28be1bd..f5de21d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Power Mail-in-a-Box -## **[Installation](#installation)** (current version: v60.3) +## **[Installation](#installation)** (current version: v60.4) ## **[Upgrading Quick Start](#upgrading)** [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/davness) diff --git a/api/mailinabox.yml b/api/mailinabox.yml index 2ae3361b..ea1f4dbd 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: 60.3 + version: 60.4 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 232ae2c8..62de4c0a 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -36,7 +36,7 @@ if [ -z "$TAG" ]; then [ "$(echo $OS | grep -o 'Ubuntu 20.04')" == "Ubuntu 20.04" ] || [ "$(echo $OS | grep -o 'Ubuntu 22.04')" == "Ubuntu 22.04" ] then - TAG=v60.3 + TAG=v60.4 elif [ "$OS" == "Debian GNU/Linux 10 (buster)" ]; then echo "We are going to install the last version of Power Mail-in-a-Box supporting Debian 10 (buster)." echo "IF THIS IS A NEW INSTALLATION, STOP NOW, AND USE A SUPPORTED DISTRIBUTION INSTEAD (ONE OF THESE):"