From 26c40bc9abd6c7d6e3884ac65e1ce344a9ef86a8 Mon Sep 17 00:00:00 2001 From: geekbrother Date: Thu, 18 Jan 2024 12:43:31 +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 ed76e6f3c..c2c47a1fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3985,7 +3985,7 @@ dependencies = [ [[package]] name = "rpc-proxy" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 903fd5589..9f8000659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpc-proxy" -version = "0.12.0" +version = "0.12.1" edition = "2021" authors = [ "Derek ",