This commit is contained in:
InsanusMokrassar 2024-07-11 20:52:49 +06:00 committed by GitHub
parent dd35b735c6
commit 6a631025df
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.452.2"
newVersion="2.452.3"
else
newVersion="$1"
fi