Skip to content

Commit dc31dad

Browse files
committed
updat
1 parent a0474f6 commit dc31dad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ use std::path::PathBuf;
1717
use std::process;
1818

1919
fn main() {
20+
let version = format!("v{}", env!("CARGO_PKG_VERSION"));
2021
let config_field_root = PossibleValue::new("root").help("The root of clones repository");
2122

2223
let mut app = Command::new("gpm")

0 commit comments

Comments
 (0)