summaryrefslogtreecommitdiff
path: root/buildscripts/idl/checkout_idl_files_from_past_releases.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/idl/checkout_idl_files_from_past_releases.py')
-rwxr-xr-x[-rw-r--r--]buildscripts/idl/checkout_idl_files_from_past_releases.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildscripts/idl/checkout_idl_files_from_past_releases.py b/buildscripts/idl/checkout_idl_files_from_past_releases.py
index 1e0fd100b1d..91c43c3531d 100644..100755
--- a/buildscripts/idl/checkout_idl_files_from_past_releases.py
+++ b/buildscripts/idl/checkout_idl_files_from_past_releases.py
@@ -35,8 +35,7 @@ from typing import List
from packaging.version import Version
-# TODO (SERVER-55203): Change FIRST_API_V1_RELEASE to r5.0.0-rc0.
-FIRST_API_V1_RELEASE = '4.9.0-alpha5'
+FIRST_API_V1_RELEASE = '5.0.0-rc3'
LOGGER_NAME = 'checkout-idl'
LOGGER = logging.getLogger(LOGGER_NAME)