From 2da3403da76f54ff5466db5c07434e1e361582ec Mon Sep 17 00:00:00 2001 From: Lei Ni Date: Fri, 14 Jan 2022 00:39:42 +0800 Subject: [PATCH] dragonboat: bumped version number to v3.3.5 --- nodehost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodehost.go b/nodehost.go index 045047964..5a1f87e62 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 = 4 + DragonboatPatch = 5 // DEVVersion is a boolean flag indicating whether this is a dev version DEVVersion = false )