Update autoupdate.sh

This commit is contained in:
InsanusMokrassar 2023-12-14 15:23:24 +06:00 committed by GitHub
parent 4a7ce903fe
commit a3d42e0a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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