Skip to content

Commit 307a883

Browse files
committed
patch bump
1 parent 991afd3 commit 307a883

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "refman"
3-
version = "1.3.2"
3+
version = "1.3.3"
44
edition = "2021"
55
description = "A command-line manager for bespoke reference datasets used in bioinformatic analyses"
66
authors = ["Nicholas Minor <[email protected]>"]

src/cli.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub const INFO: &str = r"
1010
█ ███ ███ ████████ ████████ █ █ ██ ██ ██ █
1111
█ ████ ██ ██ ████████ ████ ██ ████ ██ ███ █
1212
13-
refman (v1.3.2)
13+
refman (v1.3.3)
1414
------------------------------------------------------------
1515
`refman` is a simple command-line tool for managing biological reference datasets often
1616
used in bioinformatics. These datasets may include raw sequence files, files encoding
@@ -23,7 +23,7 @@ between users to aid scientific reproducibility.
2323
#[derive(Parser)]
2424
#[clap(name = "refman")]
2525
#[clap(about = INFO)]
26-
#[clap(version = "v1.3.2")]
26+
#[clap(version = "v1.3.3")]
2727
pub struct Cli {
2828
#[command(flatten)]
2929
pub verbose: clap_verbosity_flag::Verbosity,

0 commit comments

Comments
 (0)