From 7b357fa71bde3d9276dd89a3724803a27b48781d Mon Sep 17 00:00:00 2001 From: David Duque Date: Sun, 21 Jun 2020 22:49:14 +0100 Subject: [PATCH] Version bump (v0.46 rc) --- setup/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index bc1830f8..20755773 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.44.POWER.7 + TAG=v0.46.POWER.RC.1 else echo "This script must be run on a system running Debian 10 OR Ubuntu 20.04 LTS." exit 1