From 2cd9f6733c055913d4ea9e0c18fdc97adeda7246 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Fri, 15 Mar 2024 23:01:34 +0100 Subject: [PATCH] chore: update version in Cargo.toml and main.rs to 0.2.1 Signed-off-by: Sandro-Alessio Gierens --- Cargo.toml | 2 +- src/cli/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5828f29..e104c81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/src/cli/main.rs b/src/cli/main.rs index 1faca1e..d82c18b 100644 --- a/src/cli/main.rs +++ b/src/cli/main.rs @@ -57,7 +57,7 @@ struct CredentialArgs { #[derive(Parser, Debug)] #[command(name = "wikijs-cli")] #[command(author = "Sandro-Alessio Gierens ")] -#[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")]