Skip to content

Commit

Permalink
Update version number in CLAP
Browse files Browse the repository at this point in the history
  • Loading branch information
k3rs3d committed Feb 22, 2024
1 parent 5979410 commit dd3e5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub struct ConfigSettings {
#[derive(Parser, Debug)]
#[clap(
name = "ringfairy",
version = "0.1.0",
version = "0.1.1",
author = "Kern AKA Kersed",
about = "Creates a webring by generating HTML files for a set of websites, linking them together."
)]
Expand Down

0 comments on commit dd3e5a7

Please sign in to comment.