diff --git a/apache-arrow b/apache-arrow index fe50fcbafd..c220c4dbf6 100644 --- a/apache-arrow +++ b/apache-arrow @@ -1,7 +1,7 @@ # Set the default bundle version in case we don't have the exact package version VERSION="${VERSION:0:5}" -if [ "$VERSION" != "3.0.0" ] && [ "$VERSION" != "4.0.1" ] && [ "$VERSION" != "5.0.0" ] && [ "$VERSION" != "6.0.0" ] && [ "$VERSION" != "6.0.1" ] && [ "$VERSION" != "7.0.0" ] && [ "$VERSION" != "8.0.0" ] && [ "$VERSION" != "9.0.0" ] && [ "$VERSION" != "10.0.0" ] && [ "$VERSION" != "10.0.1" ]; then -VERSION="10.0.1" +if [ "$VERSION" != "3.0.0" ] && [ "$VERSION" != "4.0.1" ] && [ "$VERSION" != "5.0.0" ] && [ "$VERSION" != "6.0.0" ] && [ "$VERSION" != "6.0.1" ] && [ "$VERSION" != "7.0.0" ] && [ "$VERSION" != "8.0.0" ] && [ "$VERSION" != "9.0.0" ] && [ "$VERSION" != "10.0.0" ] && [ "$VERSION" != "10.0.1" ] && [ "$VERSION" != "11.0.0" ]; then +VERSION="11.0.0" fi # Find a bundle