Update autoupdate.sh

This commit is contained in:
2025-06-10 23:47:57 +06:00
committed by GitHub
parent 3798534998
commit ec53741664

View File

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