diff --git a/project.nix b/project.nix
index bb80d5a8db4c8ea7cabf702fc6ab8e262b5258fc..012324ec1394a48a177566fdd135e9b8c0a0bbe2 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
-  vendorHash = null;
+  version = "0.1.0"; ## do not change this line; it will be updated automatically
+  vendorHash = null; ## do not change this line; it will be updated automatically
 }