From 2f18a726e9b95a82e90af6d80e1f7a0c100d6b8c Mon Sep 17 00:00:00 2001 From: Lei Ni Date: Wed, 16 Sep 2020 22:44:57 +0800 Subject: [PATCH] dragonboat: bumped version number to v3.2.8 --- nodehost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodehost.go b/nodehost.go index 89ad78700..0f1f45c66 100644 --- a/nodehost.go +++ b/nodehost.go @@ -116,7 +116,7 @@ const ( // DragonboatMinor is the minor version number DragonboatMinor = 2 // DragonboatPatch is the patch version number - DragonboatPatch = 7 + DragonboatPatch = 8 // DEVVersion is a boolean flag indicating whether this is a dev version DEVVersion = false )