Update autoupdate.sh

This commit is contained in:
2025-06-30 14:55:12 +06:00
committed by GitHub
parent ec53741664
commit a656ca90ab

View File

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