From 3ae363cf4b8ea1e7839de00b952466537befc2c4 Mon Sep 17 00:00:00 2001 From: Zach H Date: Mon, 2 Jul 2018 21:49:24 -0400 Subject: [PATCH] force 2.6.1 (#3316) --- common/featureset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/featureset.cpp b/common/featureset.cpp index 75b873a7..90d00b12 100644 --- a/common/featureset.cpp +++ b/common/featureset.cpp @@ -23,7 +23,7 @@ void FeatureSet::initalizeFeatureList(QMap &featureList) featureList.insert("mod_log_lookup", false); featureList.insert("idle_client", false); featureList.insert("forgot_password", false); - featureList.insert("2.6.0_min_version", false); // This is temp to force users onto a newer client + featureList.insert("2.6.1_min_version", false); // This is temp to force users onto a newer client } void FeatureSet::enableRequiredFeature(QMap &featureList, QString featureName)