From 5115385043ad44fbbda474a0556bc1a778981e37 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 12 Mar 2024 18:47:37 +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 37c590e..01f8a0b 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.426.3" + newVersion="2.440.1" else newVersion="$1" fi