summaryrefslogtreecommitdiff
path: root/src/mongo/shell/feature_compatibility_version.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/feature_compatibility_version.js')
-rw-r--r--src/mongo/shell/feature_compatibility_version.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/shell/feature_compatibility_version.js b/src/mongo/shell/feature_compatibility_version.js
index 1c2c727be33..f607011cf4d 100644
--- a/src/mongo/shell/feature_compatibility_version.js
+++ b/src/mongo/shell/feature_compatibility_version.js
@@ -10,13 +10,13 @@
* multiple times.
*/
-var latestFCV = "4.7";
-var lastContinuousFCV = "4.4";
+var latestFCV = "4.8";
+var lastContinuousFCV = "4.7";
var lastLTSFCV = "4.4";
// The number of versions since the last-lts version. When numVersionsSinceLastLTS = 1,
// lastContinuousFCV is equal to lastLTSFCV. This is used to calculate the expected minWireVersion
// in jstests that use the lastLTSFCV. This should be updated on each release.
-var numVersionsSinceLastLTS = 1;
+var numVersionsSinceLastLTS = 2;
/**
* Returns the FCV associated with a binary version.