mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 03:49:06 +00:00
3 lines
158 B
Rust
3 lines
158 B
Rust
pub const SEMVER: &str = env!("CARGO_PKG_VERSION");
|
|
pub const GIT_HASH_SHORT: &str = env!("GIT_HASH_SHORT");
|
|
pub const BUILD_DATE: &str = env!("BUILD_DATE");
|