From 578e91eeec6e6add3470d323d72056f76ce4e4a8 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 3 May 2022 17:22:51 +0200 Subject: [PATCH] chore: publish next tag 0.5.0-alpha --- scripts/installer/installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installer/installer b/scripts/installer/installer index 6ab473cf..6b7375be 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -1,8 +1,8 @@ #!/usr/bin/env bash -ABRA_VERSION="0.4.1-alpha" +ABRA_VERSION="0.5.0-alpha" ABRA_RELEASE_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$ABRA_VERSION" -RC_VERSION="0.4.1-alpha" +RC_VERSION="0.5.0-alpha" RC_VERSION_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$RC_VERSION" for arg in "$@"; do