SERVER-114629 Upgrade db-contrib-tool to 2.1.0 (#44596)

GitOrigin-RevId: 3300da30a7f4e509bff1fc8045b30f858d1fe898
This commit is contained in:
Sean Lyons 2025-12-02 18:31:57 -05:00 committed by MongoDB Bot
parent 97eec1df21
commit 991e1109a4

View File

@ -13,7 +13,7 @@ mongo_path = pathlib.Path(__file__).parents[1]
sys.path.append(str(mongo_path))
from buildscripts.util.expansions import get_expansion
DB_CONTRIB_TOOL_VERSION = "v1.1.4"
DB_CONTRIB_TOOL_VERSION = "v2.1.0"
RELEASE_URL = (
f"https://mdb-build-public.s3.amazonaws.com/db-contrib-tool-binaries/{DB_CONTRIB_TOOL_VERSION}/"
)