pub fn is_dev_build() -> bool
Whether this is a development build (with commit hash in version) or a release build.
Returns true for development builds (version includes SHA), false for releases.
true
false