thin-provisioning-tools/src/version.rs

6 lines
129 B
Rust
Raw Normal View History

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