From 357cc0593aaad0191783d4593c709ad6b43e95f0 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 16 Sep 2021 09:49:48 +0200 Subject: [PATCH] chore: bump installer for new version --- scripts/installer/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer/installer b/scripts/installer/installer index ca315c714..4b2f012e6 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -1,6 +1,6 @@ #!/usr/bin/env bash -ABRA_VERSION="0.1.2-alpha" +ABRA_VERSION="0.1.3-alpha" ABRA_RELEASE_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$ABRA_VERSION" function show_banner {