diff --git a/nodehost.go b/nodehost.go index 1af6e918f..1a26175ef 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 = 1 + DragonboatPatch = 2 // DEVVersion is a boolean flag indicating whether this is a dev version DEVVersion = false )