Skip to main content

VERSION

Constant VERSION 

Source
pub const VERSION: &str = "2.45.0";
Expand description

The version of the library, including the git commit hash in development builds.

In production releases (from crates.io), this will be a semver like “2.33.4”.

In development builds, this will be in the format “2.33.4-SHA” where SHA is the short git commit hash, allowing precise identification of the exact code version.