From 5d234cd6a305e21691a2398155654a3ba9ad9f52 Mon Sep 17 00:00:00 2001 From: nicos_backbase Date: Mon, 13 Oct 2025 21:57:42 +0200 Subject: [PATCH] fix: consisten use of version number --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 2c1b754..910c5b8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,7 @@ use std::env; #[derive(Parser)] #[command(name = "repos")] #[command(about = "A tool to manage multiple GitHub repositories")] -#[command(version = "0.1.0")] +#[command(version)] struct Cli { #[command(subcommand)] command: Commands,