Skip to content

Commit

Permalink
chore(cli): update version in parser to 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
  • Loading branch information
gierens committed Dec 4, 2023
1 parent 91547ea commit 4afa8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct CredentialArgs {
#[derive(Parser, Debug)]
#[command(name = "wikijs-cli")]
#[command(author = "Sandro-Alessio Gierens <sandro@gierens.de>")]
#[command(version = "0.1.1")]
#[command(version = "0.2.0")]
#[command(about = "Command line client for Wiki.js")]
struct Cli {
#[clap(short, long, help = "Wiki.js base URL", env = "WIKI_JS_BASE_URL")]
Expand Down

0 comments on commit 4afa8e8

Please sign in to comment.