From 88454d61273965befd86296352bb4b5d0a4d7c02 Mon Sep 17 00:00:00 2001 From: tan Date: Wed, 24 Jun 2026 09:04:19 +0530 Subject: [PATCH] chore: set next release version to 3.1.0 Marking the version as 3.1.0 in Project.toml for tagging the next release. Since there are no breaking changes, we do not need to bump the major version. Ref: https://github.com/JuliaDatabases/Redis.jl/issues/118 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 62aaaf8..d191cc0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Redis" uuid = "0cf705f9-a9e2-50d1-a699-2b372a39b750" -version = "4.0.0" +version = "3.1.0" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"