From f8b25d5db880c6f45016f502b3ec2e2f6cf84fc6 Mon Sep 17 00:00:00 2001 From: geekbrother Date: Mon, 11 Nov 2024 14:23:44 +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 9ed781e0..5f63b046 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7148,7 +7148,7 @@ dependencies = [ [[package]] name = "rpc-proxy" -version = "0.127.0" +version = "0.127.1" dependencies = [ "alloy", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index f960ce5c..5305230e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpc-proxy" -version = "0.127.0" +version = "0.127.1" edition = "2021" authors = [ "Derek ",