From 3f9791ce07c1fb81ebeb543ae783dd96ad955a88 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 20 Aug 2025 22:07:01 +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 015e9d8..18432b4 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.504.3" + newVersion="2.516.1" else newVersion="$1" fi