Skip to content

Commit 4afa8e8

Browse files
committed
chore(cli): update version in parser to 0.2.0
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
1 parent 91547ea commit 4afa8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct CredentialArgs {
5757
#[derive(Parser, Debug)]
5858
#[command(name = "wikijs-cli")]
5959
#[command(author = "Sandro-Alessio Gierens <[email protected]>")]
60-
#[command(version = "0.1.1")]
60+
#[command(version = "0.2.0")]
6161
#[command(about = "Command line client for Wiki.js")]
6262
struct Cli {
6363
#[clap(short, long, help = "Wiki.js base URL", env = "WIKI_JS_BASE_URL")]

0 commit comments

Comments
 (0)