Skip to content

Commit

Permalink
Remove the first v
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Jul 18, 2021
1 parent ebdb88a commit 6658578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/scene_updater.go
Expand Up @@ -35,7 +35,7 @@ func buildUpdater() Scene {
if len(*rels) > 0 {
rel := (*rels)[0]

if rel.Name == ludos.Version {
if rel.Name[1:] == ludos.Version {
list.children[0].label = "Up to date"
list.children[0].icon = "subsetting"
return
Expand Down

0 comments on commit 6658578

Please sign in to comment.