Skip to content

Commit

Permalink
chore: bump version v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
notatestuser committed Dec 3, 2024
1 parent fd42134 commit db70b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func Banner() string {
b := "\n"
b += fmt.Sprintf("%s%s %s\n", AnsiCodes["invertOn"], AnsiCodes["bold"], AnsiCodes["reset"])
b += fmt.Sprintf("%s%s io.finnet Key Recovery Tool %s\n", AnsiCodes["invertOn"], AnsiCodes["bold"], AnsiCodes["reset"])
b += fmt.Sprintf("%s%s v5.0.0 %s\n", AnsiCodes["invertOn"], AnsiCodes["bold"], AnsiCodes["reset"])
b += fmt.Sprintf("%s%s v5.0.1 %s\n", AnsiCodes["invertOn"], AnsiCodes["bold"], AnsiCodes["reset"])
b += fmt.Sprintf("%s%s %s\n", AnsiCodes["invertOn"], AnsiCodes["bold"], AnsiCodes["reset"])
b += "\n"
return b
Expand Down

0 comments on commit db70b50

Please sign in to comment.