From 10db2680f015bcb320def82c6a4d0b4e8a700cf3 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 30 Nov 2024 15:26:58 +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 9f2c29d..4cc8755 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.479.1" + newVersion="2.479.2" else newVersion="$1" fi