From a3d42e0a076ddce8367fb0095c4f3ab8bfaf9fa8 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 14 Dec 2023 15:23: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 45c364d..d13b681 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.246.1" + newVersion="2.426.2" else newVersion="$1" fi