6 lines
129 B
Rust
Raw Normal View History

2021-05-12 02:12:11 +08:00
const TOOLS_VERSION: &str = include_str!("../VERSION");
pub fn tools_version() -> &'static str {
TOOLS_VERSION.trim_end()
}