We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b016091 commit 4b456faCopy full SHA for 4b456fa
src/internal/tui/version.go
@@ -3,7 +3,7 @@ package tui
3
// currentVersion is the version string shown in the TUI title. In a full
4
// release build this is typically overridden at link-time via -ldflags.
5
// IMPORTANT: do not include a leading "v" here; the UI adds it when rendering.
6
-const currentVersion = "v1.4.2"
+const currentVersion = "v1.4.3"
7
8
// Version returns the current CSM version string used by the TUI and logs.
9
func Version() string {
0 commit comments