Skip to main content

tango/
version.rs

1//! Version constant. Bumped in lockstep with `Cargo.toml` and the git tag.
2
3/// The current SDK version. Kept in sync with `Cargo.toml` and the `CHANGELOG`.
4pub const VERSION: &str = env!("CARGO_PKG_VERSION");