Skip to main content

apm/cmd/
version.rs

1pub fn run() {
2    println!("apm {} ({})", env!("CARGO_PKG_VERSION"), env!("APM_GIT_DESCRIBE"));
3}