From 3876cbac8a65e20f2420fe9025d1de1e78f65d25 Mon Sep 17 00:00:00 2001 From: David Duque Date: Sun, 28 Jun 2020 10:06:50 +0100 Subject: [PATCH] Version bump --- README.md | 2 +- setup/bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7a1f360..0e0644df 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Install Power-Mail-in-a-Box (short link) curl -L https://dvn.pt/powermiab | sudo bash ``` -## Current Version: v0.46.POWER.1 (Tracking v0.46) +## Current Version: v0.46.POWER.2 (Tracking v0.46) This is a fork of MiaB (duh), hacked and tuned to my needs: diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 90163a96..cbe5a33a 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -10,7 +10,7 @@ if [ -z "$TAG" ]; then # Make s OS=`lsb_release -d | sed 's/.*:\s*//'` if [ "$OS" == "Debian GNU/Linux 10 (buster)" -o "$OS" == "Ubuntu 20.04 LTS" ]; then - TAG=v0.46.POWER.1 + TAG=v0.46.POWER.2 else echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS." exit 1