This commit is contained in:
2024-04-20 23:37:13 +06:00
committed by GitHub
parent ee11983ac7
commit 1b59ce46c1

View File

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