Skip to content

Commit

Permalink
networkutils: changes versioning to use v-prefixed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ripose-jp committed Dec 24, 2021
1 parent 2c53370 commit 6101d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void NetworkUtils::checkForUpdates()
}

/* Get the url and tag */
if (tag != VERSION)
if (tag != "v" + VERSION)
{
Q_EMIT mediator->showInformation(
"Update Available",
Expand Down

0 comments on commit 6101d58

Please sign in to comment.