From 8dbb580633978a75c152b83b4b2817b7b9047260 Mon Sep 17 00:00:00 2001 From: Lei Ni Date: Mon, 24 Jun 2019 13:38:00 +0800 Subject: [PATCH] dragonboat: bumped version to v3.0.1 --- nodehost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodehost.go b/nodehost.go index a8a465f6f..71b9751b6 100644 --- a/nodehost.go +++ b/nodehost.go @@ -113,7 +113,7 @@ const ( // DragonboatMinor is the minor version number DragonboatMinor = 0 // DragonboatPatch is the patch version number - DragonboatPatch = 0 + DragonboatPatch = 1 // DEVVersion is a boolean flag indicating whether this is a dev version DEVVersion = false )