diff --git a/manager/burrow-mint/version.go b/manager/burrow-mint/version.go
index cc3d32ffd2a40088f544844f3ef18c026db1c48a..13a30f57a4cdb5dc4e166515561db8cedfce67cb 100644
--- a/manager/burrow-mint/version.go
+++ b/manager/burrow-mint/version.go
@@ -28,7 +28,7 @@ const (
 	// Minor version component of the current release
 	burrowMintVersionMinor = 16
 	// Patch version component of the current release
-	burrowMintVersionPatch = 3
+	burrowMintVersionPatch = 4
 )
 
 // Define the compatible consensus engines this application manager
diff --git a/version/version.go b/version/version.go
index 2e3952f4b9fe5fb8911784e04c67ecdea3bc9610..59e9eaa2cb28b2be821b8877105667bc93f36cad 100644
--- a/version/version.go
+++ b/version/version.go
@@ -32,7 +32,7 @@ const (
 	// Minor version component of the current release
 	versionMinor = 16
 	// Patch version component of the current release
-	versionPatch = 3
+	versionPatch = 4
 )
 
 var version *VersionIdentifier
@@ -126,4 +126,4 @@ func (version *VersionIdentifier) MatchesMinorVersion(
 
 // IMPORTANT: burrow version must be on the last line of this file for
 // the deployment script tests/build_tool.sh to pick up the right label.
-const VERSION = "0.16.3"
+const VERSION = "0.16.4"