Skip to content

Commit a4bded5

Browse files
committed
Remove v prefix
It is now injected by goreleaser
1 parent 44352ea commit a4bded5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tui/tui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ func (m model) viewDetailView(availableHeight int) string {
10561056

10571057
// footerView renders the footer/status bar
10581058
func (m model) footerView() string {
1059-
footerText := fmt.Sprintf("%s v%s", util.ProgramName, util.ProgramVersion)
1059+
footerText := fmt.Sprintf("%s %s", util.ProgramName, util.ProgramVersion)
10601060

10611061
// Define core help keys for each view
10621062
var coreHelp string

0 commit comments

Comments
 (0)