From 19a6cca773e0ee0e9549b0f0677a34e0111bec9f Mon Sep 17 00:00:00 2001 From: Corfucinas <53630064+Corfucinas@users.noreply.github.com> Date: Mon, 20 Dec 2021 16:39:29 +0800 Subject: [PATCH] fix version semver --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c3cfbd5..90936c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ license = "GPL-3.0-or-later" name = "crypto-candlesticks-rust" readme = "README.md" repository = "https://github.com/Corfucinas/crypto-candlesticks-rust" -version = "0.1.4" +version = "0.1.5" [profile.release] codegen-units = 1 diff --git a/src/main.rs b/src/main.rs index 84851f0..1aa3edb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -188,7 +188,7 @@ fn main() -> Result<(), &'static dyn Error> { verify_arguments_from_app_instance( App::new("crypto-candlesticks-rust") .author("Pedro Torres") - .version("0.1.2") + .version("0.1.5") .after_help(repo_info()) .about(info()) .arg(symbol())