From d6fb7f64d95bf0f63b4e6dbd7e5c78c4d0e34a4f Mon Sep 17 00:00:00 2001 From: Lei Ni Date: Thu, 28 Feb 2019 14:12:59 +0800 Subject: [PATCH] dragonboat: bumped version number to v2.1.1 --- nodehost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodehost.go b/nodehost.go index c5a1c7ffe..1af6e918f 100644 --- a/nodehost.go +++ b/nodehost.go @@ -106,7 +106,7 @@ const ( // DragonboatMinor is the minor version number DragonboatMinor = 1 // DragonboatPatch is the patch version number - DragonboatPatch = 0 + DragonboatPatch = 1 // DEVVersion is a boolean flag indicating whether this is a dev version DEVVersion = false )