Update autoupdate.sh (2.479.3)

This commit is contained in:
2025-01-10 08:47:31 +06:00
committed by GitHub
parent 244231987e
commit 7b08d9a334

View File

@@ -1,7 +1,7 @@
#!/bin/bash
if [ -z "$1" ]; then
newVersion="2.479.2"
newVersion="2.479.3"
else
newVersion="$1"
fi