From a60a7103672d2a22499ec460eb4ddb11a9fd7a6a Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Fri, 9 Feb 2024 10:47:56 -0800 Subject: [PATCH] begin next development iteration Begin next development iteration --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6661d88..fdc8e798 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1946,7 +1946,7 @@ dependencies = [ [[package]] name = "rpc-perf" -version = "5.4.0" +version = "5.4.1-alpha.0" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index a948450e..0dc21b54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" [package] name = "rpc-perf" description = "RPC Performance Testing" -version = "5.4.0" +version = "5.4.1-alpha.0" authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true }