9ee5908af5
go install module@tag compiles without GoReleaser's ldflags, so --version reported "dev" and the TUI footer matched. The module version and vcs stamps are embedded in every binary; read them via debug.ReadBuildInfo when the ldflags defaults are untouched. Release builds unchanged — ldflags still win.