diff --git a/autoupdate.sh b/autoupdate.sh index 4cc8755..17eb249 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.479.2" + newVersion="2.479.3" else newVersion="$1" fi