From 88246ea4d1a28f2f01431bc10f35a711f408f4de Mon Sep 17 00:00:00 2001 From: Julian Samaroo Date: Fri, 15 Nov 2024 09:55:29 -0600 Subject: [PATCH] Bump to 0.4.10 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 27b6703..10a3127 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "MemPool" uuid = "f9f48841-c794-520a-933b-121f7ba6ed94" license = "MIT" desc = "a simple distributed data store" -version = "0.4.9" +version = "0.4.10" [deps] ConcurrentCollections = "5060bff5-0b44-40c5-b522-fcd3ca5cecdd"