diff --git a/autoupdate.sh b/autoupdate.sh index 56afee2..8ecd49a 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.440.3" + newVersion="2.452.1" else newVersion="$1" fi