From 9a3a39a1851dc54dfe87a75e97c276360ce95e79 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 12 Mar 2024 10:05:31 +0100 Subject: [PATCH] chore: new 0.9.x series --- scripts/installer/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer/installer b/scripts/installer/installer index 8b8ee5ec..b4c5f787 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -1,6 +1,6 @@ #!/usr/bin/env bash -ABRA_VERSION="0.8.1-beta" +ABRA_VERSION="0.9.0-beta" ABRA_RELEASE_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$ABRA_VERSION" RC_VERSION="0.8.0-rc1-beta" RC_VERSION_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$RC_VERSION"