Skip to content

Commit

Permalink
fix: print version v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
notatestuser committed Nov 11, 2024
1 parent 5b1036f commit 6bcd400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,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 v4.0.0 %s\n", ansiCodes["invertOn"], ansiCodes["bold"], ansiCodes["reset"])
b += fmt.Sprintf("%s%s v4.0.6 %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 6bcd400

Please sign in to comment.