From fd1bcb4ea9c4c2f5c994c332a239eb40a47c9807 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:27:49 -0300 Subject: [PATCH] to 7.0.5 --- run-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-builder.sh b/run-builder.sh index f4abda2..085aba6 100755 --- a/run-builder.sh +++ b/run-builder.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -MONGODB_VERSION='6.0.3' +MONGODB_VERSION='7.0.5' SRC="mongodb-src-r$MONGODB_VERSION" TARGET="mongodb-linux-x86_64-${MONGODB_VERSION}" BIN="$TARGET/bin"