Skip to content

Commit 68e725f

Browse files
committed
debug: update fake old version number to 26.8.0
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent e0e063c commit 68e725f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/updateservice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void UpdateService::checkForUpdates(UpdateMode updateMode) {
4747

4848
// check if we want to fake the version number to trigger an update
4949
if (settings.value(QStringLiteral("Debug/fakeOldVersionNumber")).toBool()) {
50-
version = QLatin1String("20.10.0");
50+
version = QLatin1String("26.8.0");
5151
isDebug = true;
5252
}
5353

0 commit comments

Comments
 (0)