diff --git a/CITATION.cff b/CITATION.cff index 94b95c9..e7f1a91 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Vince" orcid: "https://orcid.org/0000-0003-4510-1609" title: "SciDataFlow: A Tool for Improving the Flow of Data through Science" -version: 0.8.6 +version: 0.8.11 doi: http://dx.doi.org/10.1093/bioinformatics/btad754 date-released: 2024-01-05 url: "https://github.com/vsbuffalo/scidataflow/" diff --git a/src/main.rs b/src/main.rs index 56c4ef2..706ad93 100644 --- a/src/main.rs +++ b/src/main.rs @@ -61,7 +61,7 @@ https://github.com/vsbuffalo/scidataflow/issues. #[derive(Parser)] #[clap(name = "sdf")] -#[clap(about = INFO)] +#[clap(version, about = INFO)] struct Cli { #[arg(short, long, action = clap::ArgAction::Count)] debug: u8,