From a03c57f421dd9179fc96d97f329128175d25b482 Mon Sep 17 00:00:00 2001 From: Dmitry Konishchev Date: Sat, 15 Jun 2024 15:47:31 +0300 Subject: [PATCH] chore: Release investments version 6.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6549a16a..89d7a58d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1635,7 +1635,7 @@ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" [[package]] name = "investments" -version = "6.3.1" +version = "6.3.2" dependencies = [ "ansi_term", "bitflags 2.5.0", diff --git a/Cargo.toml b/Cargo.toml index 1b29ceaf..b77b1048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "investments" -version = "6.3.1" +version = "6.3.2" description = "Helps you with managing your investments" keywords = ["finance", "investment", "stocks", "trading", "taxes"] categories = ["command-line-utilities"]