From 45f2ca7cd53a4b12a1a8b1da50e6fe4445e14541 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 5 Sep 2024 01:01:24 +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 335295c..a2b48c2 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.462.1" + newVersion="2.462.2" else newVersion="$1" fi