From 72c360ba7fed30fcf0d6baf996d8b5bbe39342f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:53:01 -0400 Subject: [PATCH] Bump version to 21.4.0 (#5) 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 bf6ec98..2b4fe2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1073,7 +1073,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "stellar-rpc-client" -version = "21.3.1" +version = "21.4.0" dependencies = [ "clap", "hex", diff --git a/Cargo.toml b/Cargo.toml index 294adde..6cdf785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-rpc" authors = ["Stellar Development Foundation "] license = "Apache-2.0" readme = "README.md" -version = "21.3.1" +version = "21.4.0" edition = "2021" rust-version = "1.74.0" autobins = false