From c72467cea072378a4812ac95b5604573533485ee Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Wed, 2 Oct 2024 10:39:25 -0700 Subject: [PATCH] DRIVERS-2994 Bump MongoDB version to 8.0.0 (#513) --- .evergreen/download-mongodb.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.evergreen/download-mongodb.sh b/.evergreen/download-mongodb.sh index 3c5d1e5d..2c6e28a7 100755 --- a/.evergreen/download-mongodb.sh +++ b/.evergreen/download-mongodb.sh @@ -59,16 +59,16 @@ get_mongodb_download_url_for () VERSION_MONGOSH="2.1.1" # Set VERSION_RAPID to the latest rapid release each quarter. VERSION_RAPID="7.3.1" - VERSION_80="8.0.0-rc18" + VERSION_80="8.0.0" VERSION_70="7.0.9" VERSION_60="6.0.15" - VERSION_50="5.0.26" - VERSION_44="4.4.29" + VERSION_50="5.0.29" # This version is used for performance benchmarking. Do not update to a newer version VERSION_60_PERF="6.0.6" # EOL versions + VERSION_44="4.4.29" VERSION_42="4.2.25" VERSION_40="4.0.28" VERSION_36="3.6.23"