diff --git a/build.sh b/build.sh index b011393..a8e70ac 100644 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # run this script on an aarch64 computer, running modern debian or # something similar, otherwise it's not going to work... -VERSION="5.15.0" +VERSION="5.15.1" BOLD="\033[1m" RED="\033[31m" diff --git a/test.sh b/test.sh index 24e6f30..a5619df 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.0" +VERSION="5.15.1" BOLD="\033[1m" RED="\033[31m"