Update autoupdate.sh

This commit is contained in:
2024-01-30 23:10:39 +06:00
committed by GitHub
parent cda1afa50e
commit 17dc84875c

View File

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