From 168457a4a82c5f1ea843a1c5589c891b32080315 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 18:59:21 +0000 Subject: [PATCH] Bump version to 0.0.4 (#115) Co-authored-by: github-actions[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f8463f9b..c0cc224a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1187,7 +1187,7 @@ dependencies = [ [[package]] name = "soroban-cli" -version = "0.0.3" +version = "0.0.4" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2c10d3ef7..23907c8a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-cli" authors = ["Stellar Development Foundation "] license = "Apache-2.0" readme = "README.md" -version = "0.0.3" +version = "0.0.4" edition = "2021" rust-version = "1.63"