Update autoupdate.sh

This commit is contained in:
InsanusMokrassar 2024-03-31 12:50:23 +06:00 committed by GitHub
parent 5115385043
commit ee11983ac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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