From 38781a65fe0722d63dcbf3f57606d6d1fd1181f5 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:58:18 -0300 Subject: [PATCH] Update scripts for 5.16.0-rc1 --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index fde109a..04accaa 100644 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ # test the AppImage built with build.sh # again, this only works on aarch64 -VERSION="5.15.2" +VERSION="5.16.0-rc1" BOLD="\x1b[1m" RED="\x1b[31m"