From fce49118a028204425ee18f745614f8a5fe9873d Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 9 Feb 2026 13:33:05 +0600 Subject: [PATCH] Update autoupdate.sh --- autoupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdate.sh b/autoupdate.sh index cb6cb1f..fe1251d 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.528.3" + newVersion="2.541.1" else newVersion="$1" fi