From 06a57ded025a43c80f94d4e65299add8a31830dc Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 23 Feb 2026 17:26:42 +0100 Subject: [PATCH] chore: 0.13.0-beta --- scripts/installer/installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installer/installer b/scripts/installer/installer index 968a2241..cb4fcd67 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -1,8 +1,8 @@ #!/usr/bin/env bash -ABRA_VERSION="0.12.0-beta" +ABRA_VERSION="0.13.0-beta" ABRA_RELEASE_URL="https://git.coopcloud.tech/api/v1/repos/toolshed/abra/releases/tags/$ABRA_VERSION" -RC_VERSION="0.13.0-rc2-beta" +RC_VERSION="0.13.0-beta" RC_VERSION_URL="https://git.coopcloud.tech/api/v1/repos/toolshed/abra/releases/tags/$RC_VERSION" for arg in "$@"; do