From d7d1b1a3ca151bf7258e65a8d3c0f772c031310c Mon Sep 17 00:00:00 2001 From: geekbrother <11191291+geekbrother@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:35:28 +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 9e60acacd..db7e9fe5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7058,7 +7058,7 @@ dependencies = [ [[package]] name = "rpc-proxy" -version = "0.176.0" +version = "0.177.0" dependencies = [ "alloy 0.9.2", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d50abdf85..c28defc62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpc-proxy" -version = "0.176.0" +version = "0.177.0" edition = "2021" authors = [ "Derek ",