From 59fd8e45329e5e6ae5d98536c43f205d69a68ef3 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Sun, 10 May 2026 14:33:22 -0300 Subject: [PATCH] Update scripts for 5.16.1 --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index ddf4006..9e2638d 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.16.0" +VERSION="5.16.1" BOLD="\x1b[1m" RED="\x1b[31m"