diff --git a/project.nix b/project.nix index 2cfee2fd0abe07ff62118c2b12b63b35f8ce55dc..079efc5caa5336f10417f619f0647765ef0fe2c1 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.12"; ## do not change this line; it will be updated automatically + version = "0.4.13"; ## do not change this line; it will be updated automatically vendorHash = null; ## do not change this line; it will be updated automatically - commitHash = "26c63f8"; ## do not change this line; it will be updated automatically + commitHash = "b475daf"; ## do not change this line; it will be updated automatically }