Files
beardrive/cmd/bdrive
11d667a447 fix(cli): report the real version for go-install builds (#47)
go install github.com/runbear-io/beardrive/cmd/bdrive@latest skips the
release ldflags, so every module-built binary claimed to be 0.1.0-dev —
useless in beta bug reports. Fall back to the module version Go stamps
into the binary (debug.ReadBuildInfo) when ldflags didn't set one.

Found during the BEA-33 fresh-machine quickstart check.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-27 07:11:58 +09:00
..