Documentation
1
2
3
4
5
const VERSION: &'static str = env!("CARGO_PKG_VERSION");

pub fn version() {
	println!("VPS Manager v{}", VERSION);
}