Update autoupdate.sh

This commit is contained in:
2024-03-12 18:47:37 +06:00
committed by GitHub
parent 17dc84875c
commit 5115385043

View File

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