Skip to content

Commit 5c754cc

Browse files
authored
Merge pull request #11 from codcod/8-improve-ci-for-speed-and-maintainability
fix: consistent use of version number
2 parents 5e9dada + 5d234cd commit 5c754cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::env;
66
#[derive(Parser)]
77
#[command(name = "repos")]
88
#[command(about = "A tool to manage multiple GitHub repositories")]
9-
#[command(version = "0.1.0")]
9+
#[command(version)]
1010
struct Cli {
1111
#[command(subcommand)]
1212
command: Commands,

0 commit comments

Comments
 (0)