The build number was always showing 'b0' because build.rs sets BUILD_NUMBER via cargo:rustc-env (compile-time), but lib.rs was reading it with std::env::var (runtime) which falls back to "0" when unset. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>