Function zebrad::application::build_version

source ·
pub fn build_version() -> Version
Expand description

Returns the zebrad version for this build, in SemVer 2.0 format.

Includes git describe build metatata if available:

  • the number of commits since the last version tag, and
  • the git commit.

For details, see https://semver.org/