From a656ca90abbe3fe4fc53e24832799e07c8f297ab Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 30 Jun 2025 14:55:12 +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 c349a19..015e9d8 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.504.2" + newVersion="2.504.3" else newVersion="$1" fi