From 6a631025dfd5e6def649636e7717e23b579653a7 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 11 Jul 2024 20:52:49 +0600 Subject: [PATCH] 2.452.3 --- autoupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdate.sh b/autoupdate.sh index 9081938..a37c987 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.452.2" + newVersion="2.452.3" else newVersion="$1" fi