From 306fe02d1c9b90d022e2f36c5fb665b0fd269a16 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 25 Sep 2023 17:33:09 +0200 Subject: [PATCH] chore: tag 0.8.x series --- scripts/installer/installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installer/installer b/scripts/installer/installer index ad3e3d58..87a72393 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -1,8 +1,8 @@ #!/usr/bin/env bash -ABRA_VERSION="0.7.0-beta" +ABRA_VERSION="0.8.0-beta" ABRA_RELEASE_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$ABRA_VERSION" -RC_VERSION="0.8.0-rc2-beta" +RC_VERSION="0.8.0-beta" RC_VERSION_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$RC_VERSION" for arg in "$@"; do