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