// `BUILD_VERSION` stamping is package-local (cargo:rustc-env applies only to the
// crate being built), so the kobectl member needs its own copy — the
// operator's build.rs does not reach this binary. Without it, `kobe --version`
// would regress to CARGO_PKG_VERSION. Keep in sync with the root build.rs.