Update autoupdate.sh

This commit is contained in:
InsanusMokrassar 2024-05-29 16:11:30 +06:00 committed by GitHub
parent 1b59ce46c1
commit 70e4add59e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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