Skip to content

Commit

Permalink
fix version semver
Browse files Browse the repository at this point in the history
  • Loading branch information
Corfucinas committed Dec 20, 2021
1 parent 35e7679 commit 19a6cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 19a6cca

Please sign in to comment.