Skip to content

Commit a2ccd83

Browse files
authored
Update Version
1 parent bcae734 commit a2ccd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

help.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func about(w, h int) tview.Primitive { //nolint:ireturn,varnamelen
6060
table.SetCell(i, 1, tview.NewTableCell(key.help).
6161
SetAlign(tview.AlignLeft).SetExpansion(1).SetTextColor(tcell.ColorBlue))
6262
}
63-
about := "\n\nbboltEdit\n\nVersion 0.1.1\n\n© 2025 Matthew R Kasun\n\nhttps://github.com/devilcove/bboltEdit" //nolint:lll
63+
about := "\n\nbboltEdit\n\nVersion 0.1.2\n\n© 2025 Matthew R Kasun\n\nhttps://github.com/devilcove/bboltEdit" //nolint:lll
6464
grid := tview.NewGrid().
6565
SetRows(0, 1, 1, 1, 1, 0).
6666
SetColumns(0, 1).

0 commit comments

Comments
 (0)