From 6284792aa559ab3e2097bf6468aed40ac1f15e1f Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Tue, 17 Oct 2023 15:12:38 -0700 Subject: [PATCH] prepare for next development iteration (#66) Prepare for 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 f2295e05..116168b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1869,7 +1869,7 @@ dependencies = [ [[package]] name = "rpc-perf" -version = "5.2.0" +version = "5.2.1-alpha.0" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 4eaa1f49..3cf7c7ff 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.2.0" +version = "5.2.1-alpha.0" authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true }