Skip to content

Commit

Permalink
chore: update version in Cargo.toml and main.rs to 0.2.1
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 Mar 15, 2024
1 parent ae2a517 commit 2cd9f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/gierens/wikijs-rs"
exclude = ["/gql/*", "/logo/*", "/scripts/*", "/tests/*", "docker-compose.yml", "/Makefile"]
readme = "README.md"
license = "AGPL-3.0"
version = "0.2.0"
version = "0.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src/cli/main.rs
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.2.0")]
#[command(version = "0.2.1")]
#[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 2cd9f67

Please sign in to comment.