diff --git a/Cargo.lock b/Cargo.lock
index 3c5f01925b821a6e11b3c07d5c5a3001e30505af..c83f47d3e5fa5eeddb0e4f0e5e4133f0556576d6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1821,7 +1821,7 @@ dependencies = [
 
 [[package]]
 name = "rebuildctl"
-version = "0.16.3"
+version = "0.16.4"
 dependencies = [
  "atty",
  "base64",
@@ -1851,7 +1851,7 @@ dependencies = [
 
 [[package]]
 name = "rebuilderd"
-version = "0.16.3"
+version = "0.16.4"
 dependencies = [
  "actix-web",
  "chrono",
@@ -1871,7 +1871,7 @@ dependencies = [
 
 [[package]]
 name = "rebuilderd-common"
-version = "0.16.3"
+version = "0.16.4"
 dependencies = [
  "anyhow",
  "chrono",
@@ -1886,7 +1886,7 @@ dependencies = [
 
 [[package]]
 name = "rebuilderd-tests"
-version = "0.16.3"
+version = "0.16.4"
 dependencies = [
  "actix-web",
  "colored",
@@ -1901,7 +1901,7 @@ dependencies = [
 
 [[package]]
 name = "rebuilderd-worker"
-version = "0.16.3"
+version = "0.16.4"
 dependencies = [
  "base64",
  "env_logger",
diff --git a/common/Cargo.toml b/common/Cargo.toml
index 3f4b6ec3692a0713b6b1a99c1e7bc0ca05bd397d..4c523de723c543ec72c5652d0451f36968112361 100644
--- a/common/Cargo.toml
+++ b/common/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rebuilderd-common"
-version = "0.16.3"
+version = "0.16.4"
 description = "rebuilderd - common code"
 authors = ["kpcyrd <git@rxv.cc>"]
 license = "GPL-3.0"
diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml
index 4c0da7b82040d37d1bd54d9a200bbb0a236375a6..e86b0469dbe2670ef1500430b23452890c1579a5 100644
--- a/daemon/Cargo.toml
+++ b/daemon/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rebuilderd"
-version = "0.16.3"
+version = "0.16.4"
 description = "rebuilderd - independent build verification daemon"
 authors = ["kpcyrd <git@rxv.cc>"]
 license = "GPL-3.0"
@@ -28,7 +28,7 @@ dotenv = "0.15"
 env_logger = "0.9"
 log = "0.4.14"
 rand = "0.8"
-rebuilderd-common = { version= "=0.16.3", path="../common" }
+rebuilderd-common = { version= "=0.16.4", path="../common" }
 serde = { version="1.0", features=["derive"] }
 serde_json = "1.0.71"
 structopt = "0.3"
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index 69e4831434530c8e46bf392c6d755b3da78da5f9..6e92698efb938851b96e8507b2c83e6f337fc0aa 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rebuilderd-tests"
-version = "0.16.3"
+version = "0.16.4"
 authors = ["kpcyrd <git@rxv.cc>"]
 edition = "2018"
 publish = false
@@ -12,8 +12,8 @@ actix-web = "3"
 colored = "2"
 env_logger = "0.9"
 futures = "0.3.8"
-rebuilderd = { version= "=0.16.3", path="../daemon" }
-rebuilderd-common = { version= "=0.16.3", path="../common" }
+rebuilderd = { version= "=0.16.4", path="../daemon" }
+rebuilderd-common = { version= "=0.16.4", path="../common" }
 structopt = "0.3"
 tempfile = "3"
 tokio = { version="1", features=["macros", "rt-multi-thread"] }
diff --git a/tools/Cargo.toml b/tools/Cargo.toml
index 5116b8731e049bd56c81738b2806cda656fe6df2..b82bfb0d0a99ed35f0804afd92d818f4bb358832 100644
--- a/tools/Cargo.toml
+++ b/tools/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rebuildctl"
-version = "0.16.3"
+version = "0.16.4"
 description = "rebuilderd - rebuildctl client"
 authors = ["kpcyrd <git@rxv.cc>"]
 license = "GPL-3.0"
@@ -16,7 +16,7 @@ assets = [
 ]
 
 [dependencies]
-rebuilderd-common = { version= "=0.16.3", path="../common" }
+rebuilderd-common = { version= "=0.16.4", path="../common" }
 structopt = "0.3"
 env_logger = "0.9"
 reqwest = { version="0.11", features=["json"] }
diff --git a/worker/Cargo.toml b/worker/Cargo.toml
index f649e9b6cafe871c35c200ab05612239da4015f4..679ef442a65a51b6d693d21b6eaf1b331ddfd871 100644
--- a/worker/Cargo.toml
+++ b/worker/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rebuilderd-worker"
-version = "0.16.3"
+version = "0.16.4"
 description = "rebuilderd - rebuild worker"
 authors = ["kpcyrd <git@rxv.cc>"]
 license = "GPL-3.0"
@@ -18,7 +18,7 @@ assets = [
 ]
 
 [dependencies]
-rebuilderd-common = { version= "=0.16.3", path="../common" }
+rebuilderd-common = { version= "=0.16.4", path="../common" }
 structopt = "0.3"
 env_logger = "0.9"
 base64 = "0.13"