diff --git a/project.nix b/project.nix index 77578774e6be6bff91d5d252fbc2cdc6799bbc68..51a02b369fae0849ded2499ee52eb8e72e4855b0 100644 --- a/project.nix +++ b/project.nix @@ -5,7 +5,7 @@ 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.13"; ## do not change this line; it will be updated automatically + version = "0.4.14"; ## do not change this line; it will be updated automatically vendorHash = null; ## do not change this line; it will be updated automatically - commitHash = "9b64095"; ## do not change this line; it will be updated automatically + commitHash = "ae1c9ed"; ## do not change this line; it will be updated automatically }