From 99f832a1ad5640f0dd75a63d6d4ee88f4c414bef Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 16 Feb 2025 09:32:31 +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 17eb249..41d6d06 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.479.3" + newVersion="2.492.1" else newVersion="$1" fi