From 6fbab8a14bc4a07d19bbabdab7d346a900761c6e Mon Sep 17 00:00:00 2001 From: geekbrother Date: Thu, 17 Oct 2024 19:52:14 +0000 Subject: [PATCH] chore: Bump version for release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3920a5e9b..c9a9fd6d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6964,7 +6964,7 @@ dependencies = [ [[package]] name = "rpc-proxy" -version = "0.120.0" +version = "0.120.1" dependencies = [ "alloy", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index eb537c4fc..1e85fc57b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpc-proxy" -version = "0.120.0" +version = "0.120.1" edition = "2021" authors = [ "Derek ",