diff --git a/Cargo.lock b/Cargo.lock index 09b1328..6f768ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3265,7 +3265,7 @@ dependencies = [ [[package]] name = "rpc-perf" -version = "5.18.0" +version = "5.18.1-alpha.0" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 716f2e2..12a6548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rpc-perf" description = "RPC Performance Testing" -version = "5.18.0" +version = "5.18.1-alpha.0" authors = ["Brian Martin "] edition = "2021" homepage = "https://github.com/iopsystems/rpc-perf"