diff --git a/project.nix b/project.nix
index ebf1232ef4f8c6364dd5d30a7351bf02bc0ee4d4..13ba2c4686ef4c1fed0b5c656763b26acf791a5a 100644
--- a/project.nix
+++ b/project.nix
@@ -5,6 +5,6 @@
   supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
   compileForSystems = ["linux/arm64" "linux/amd64" "darwin/amd64" "windows/amd64"];
   modulePath = "gitlab.schukai.com/oss/bob";
-  version = "0.4.10"; ## do not change this line; it will be updated automatically
+  version = "0.4.11"; ## do not change this line; it will be updated automatically
   vendorHash = null; ## do not change this line; it will be updated automatically
 }