There was an error while loading. Please reload this page.
1 parent e0e063c commit 68e725fCopy full SHA for 68e725f
1 file changed
src/services/updateservice.cpp
@@ -47,7 +47,7 @@ void UpdateService::checkForUpdates(UpdateMode updateMode) {
47
48
// check if we want to fake the version number to trigger an update
49
if (settings.value(QStringLiteral("Debug/fakeOldVersionNumber")).toBool()) {
50
- version = QLatin1String("20.10.0");
+ version = QLatin1String("26.8.0");
51
isDebug = true;
52
}
53
0 commit comments