From bf1e0a3168cccd1df5d644a77ed29fc4a938e440 Mon Sep 17 00:00:00 2001 From: geekbrother <11191291+geekbrother@users.noreply.github.com> Date: Wed, 5 Feb 2025 18:57:10 +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 64166c308..df7c8bf17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7058,7 +7058,7 @@ dependencies = [ [[package]] name = "rpc-proxy" -version = "0.184.0" +version = "0.185.0" dependencies = [ "alloy 0.9.2", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ac0543a49..c57142480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpc-proxy" -version = "0.184.0" +version = "0.185.0" edition = "2021" authors = [ "Derek ",