From 3a3f41988b9e6915d9617b38c8852242858bb13f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 19 Apr 2022 14:36:56 +0200 Subject: [PATCH] chore: publish 0.4.0-alpha --- scripts/installer/installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installer/installer b/scripts/installer/installer index fc5b4070..79d5348c 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -1,8 +1,8 @@ #!/usr/bin/env bash -ABRA_VERSION="0.3.0-alpha" +ABRA_VERSION="0.4.0-alpha" ABRA_RELEASE_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$ABRA_VERSION" -RC_VERSION="0.4.0-alpha-rc8" +RC_VERSION="0.4.0-alpha" RC_VERSION_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$RC_VERSION" for arg in "$@"; do