From 3d52717f485a1f12c9a1104e2659bb33f3814c89 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 8 Mar 2025 12:27:36 +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 41d6d06..36b91a3 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.492.1" + newVersion="2.492.2" else newVersion="$1" fi