From d16220b9b86067fcb23ac091c4e500c715356751 Mon Sep 17 00:00:00 2001 From: Lei Ni Date: Wed, 14 Jun 2023 23:50:07 +0800 Subject: [PATCH] dragonboat: bumped version to v3.3.7 --- nodehost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodehost.go b/nodehost.go index 21b9ed1d..c4db6366 100644 --- a/nodehost.go +++ b/nodehost.go @@ -116,7 +116,7 @@ const ( // DragonboatMinor is the minor version number DragonboatMinor = 3 // DragonboatPatch is the patch version number - DragonboatPatch = 5 + DragonboatPatch = 7 // DEVVersion is a boolean flag indicating whether this is a dev version DEVVersion = false )