From b9784daef45316597d095c5f9a36db130362327d Mon Sep 17 00:00:00 2001 From: Lei Ni Date: Fri, 29 Jan 2021 20:03:24 +0800 Subject: [PATCH] dragonboat: bumped version number to v3.3.1 --- nodehost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodehost.go b/nodehost.go index d9776eee5..3e1d653e9 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 = 0 + DragonboatPatch = 1 // DEVVersion is a boolean flag indicating whether this is a dev version DEVVersion = false )