From b73095f870786d50160cc2d6585e824e2128bad6 Mon Sep 17 00:00:00 2001 From: Thomas Sieverding Date: Mon, 27 Mar 2023 12:35:14 -0700 Subject: [PATCH] v0.8.2 --- crates/redis-swapplex/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/redis-swapplex/Cargo.toml b/crates/redis-swapplex/Cargo.toml index 9c27ff9..b4e1d71 100644 --- a/crates/redis-swapplex/Cargo.toml +++ b/crates/redis-swapplex/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "redis-swapplex" authors = ["Thomas Sieverding "] -version = "0.8.1" +version = "0.8.2" edition = "2021" description = "Redis multiplexing with reconnection notifications and MGET auto-batching" readme = "../../README.md"