From 339d216a00a521f5c56a96f08c3836e1b857c5b0 Mon Sep 17 00:00:00 2001 From: Lei Ni Date: Fri, 7 May 2021 20:41:26 +0800 Subject: [PATCH] dragonboat: bumped version to v3.3.4 --- nodehost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodehost.go b/nodehost.go index 7bd8ccc25..045047964 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 = 3 + DragonboatPatch = 4 // DEVVersion is a boolean flag indicating whether this is a dev version DEVVersion = false )