diff --git a/Cargo.lock b/Cargo.lock
index 8136590689ea4019057da5a26139822185798190..e86c9a9c5482a642a209d07792020366c674b7fd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -204,7 +204,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
 
 [[package]]
 name = "waypipe"
-version = "0.10.0"
+version = "0.10.1"
 dependencies = [
  "ash",
  "clap",
diff --git a/Cargo.toml b/Cargo.toml
index 5f73054fbdce71ae515a7e34cc79439ccf4cb6d7..07f9a13213d4c3680ff733db55898b17bce56760 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "waypipe"
-version = "0.10.0"
+version = "0.10.1"
 # To ensure Waypipe can still be built on older/unupdated systems, do
 # not update the edition or version unless necessary.
 edition = "2021"
diff --git a/meson.build b/meson.build
index a82c690e8cc51e161816ea2949f4abc143da8e16..d39d18ffbeae5700eb9638ab440070f6bafe040f 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project(
     license: ['GPL3+', 'MIT/Expat'],
     meson_version: '>=0.56.0',
     default_options: ['c_std=c11', 'warning_level=3', 'werror=true'],
-    version: '0.10.0',
+    version: '0.10.1',
 )
 
 # mention version