6 lines
129 B
Rust
6 lines
129 B
Rust
const TOOLS_VERSION: &str = include_str!("../VERSION");
|
|
|
|
pub fn tools_version() -> &'static str {
|
|
TOOLS_VERSION.trim_end()
|
|
}
|