diff --git a/nodehost.go b/nodehost.go index 21b9ed1d..c4db6366 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 = 5 + DragonboatPatch = 7 // DEVVersion is a boolean flag indicating whether this is a dev version DEVVersion = false )