From 7b08d9a3344c3f725278377105f0185289052d1d Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 10 Jan 2025 08:47:31 +0600 Subject: [PATCH] Update autoupdate.sh (2.479.3) --- autoupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdate.sh b/autoupdate.sh index 4cc8755..17eb249 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.479.2" + newVersion="2.479.3" else newVersion="$1" fi