From 2da859896aec55b8b5cb4df07b3fc0562ea68694 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 26 Jul 2023 08:53:26 +0200 Subject: [PATCH] fix: point to rc1 [ci skip] --- scripts/installer/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer/installer b/scripts/installer/installer index 22fcdfa5..499186ff 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -2,7 +2,7 @@ ABRA_VERSION="0.7.0-beta" ABRA_RELEASE_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$ABRA_VERSION" -RC_VERSION="0.8.0-beta" +RC_VERSION="0.8.0-rc1-beta" RC_VERSION_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$RC_VERSION" for arg in "$@"; do