From 3798534998a1cb400f74357f951ff4e4e76c177b Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 11 May 2025 09:57:20 +0600 Subject: [PATCH] 2.504.1 --- autoupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdate.sh b/autoupdate.sh index 32866b0..d5319a7 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.492.3" + newVersion="2.504.1" else newVersion="$1" fi