summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/multiversionconstants.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/multiversionconstants.py')
-rw-r--r--buildscripts/resmokelib/multiversionconstants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/resmokelib/multiversionconstants.py b/buildscripts/resmokelib/multiversionconstants.py
index e83f01e7d7c..792a4214b67 100644
--- a/buildscripts/resmokelib/multiversionconstants.py
+++ b/buildscripts/resmokelib/multiversionconstants.py
@@ -2,9 +2,9 @@
LAST_LTS_BIN_VERSION = "4.4"
LAST_LTS_FCV = "4.4"
-LATEST_FCV = "4.7"
+LATEST_FCV = "4.8"
LAST_LTS_MONGO_BINARY = "mongo-" + LAST_LTS_BIN_VERSION
LAST_LTS_MONGOD_BINARY = "mongod-" + LAST_LTS_BIN_VERSION
LAST_LTS_MONGOS_BINARY = "mongos-" + LAST_LTS_BIN_VERSION
-REQUIRES_FCV_TAG = "requires_fcv_47"
+REQUIRES_FCV_TAG = "requires_fcv_47,requires_fcv_48"