From ae6b7fc39a8d50ff632ce3a683f4246fb558b96c Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 18 Jan 2026 23:50:19 +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 313a216..cb6cb1f 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.528.1" + newVersion="2.528.3" else newVersion="$1" fi