Skip to content

Commit

Permalink
Update utils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola02nb committed Dec 20, 2024
1 parent e684db5 commit 38b8608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ QString getLatestGitHubReleaseVersion(const QString &owner, const QString &repo)
} else {
qDebug() << "Error:" << reply->errorString();
reply->deleteLater();
return QString();
return QString("0.0.0");
}
}

Expand Down

0 comments on commit 38b8608

Please sign in to comment.