From c25f02d8b2f237e50b37c523725ca060695840b7 Mon Sep 17 00:00:00 2001 From: Lei Ni Date: Fri, 21 Jun 2019 14:28:44 +0800 Subject: [PATCH] dragonboat: removed the dev version tag --- nodehost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodehost.go b/nodehost.go index 32df61283..a8a465f6f 100644 --- a/nodehost.go +++ b/nodehost.go @@ -115,7 +115,7 @@ const ( // DragonboatPatch is the patch version number DragonboatPatch = 0 // DEVVersion is a boolean flag indicating whether this is a dev version - DEVVersion = true + DEVVersion = false ) var (