Skip to content

Commit 4b456fa

Browse files
committed
chore: release v1.4.3
1 parent b016091 commit 4b456fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/tui/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package tui
33
// currentVersion is the version string shown in the TUI title. In a full
44
// release build this is typically overridden at link-time via -ldflags.
55
// IMPORTANT: do not include a leading "v" here; the UI adds it when rendering.
6-
const currentVersion = "v1.4.2"
6+
const currentVersion = "v1.4.3"
77

88
// Version returns the current CSM version string used by the TUI and logs.
99
func Version() string {

0 commit comments

Comments
 (0)