From 979096f2c546256517e5acdf96551f59b358835a Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 9 Aug 2024 23:09:22 +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 a37c987..335295c 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.452.3" + newVersion="2.462.1" else newVersion="$1" fi