From 072d5326bd0d527df418a0dc26ebe8d0d7f99534 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sun, 19 May 2024 18:29:09 +0200 Subject: [PATCH] chore: Version and hash updated to 0.5.0, 0747ca6 --- project.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.nix b/project.nix index c7be239..4a02ccc 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.17"; ## do not change this line; it will be updated automatically + version = "0.5.0"; ## do not change this line; it will be updated automatically vendorHash = null; ## do not change this line; it will be updated automatically - commitHash = "7f7e239"; ## do not change this line; it will be updated automatically + commitHash = "0747ca6"; ## do not change this line; it will be updated automatically } -- GitLab