diff --git a/project.nix b/project.nix index 8f8687611f3d1f87f458840bc8ea2304f762fc37..687c43f121252d424cda511e246834b01028e19d 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/utilities/version"; - version="0.7.5"; ## don't change this line, it is updated automatically by GitLab CI + version="0.7.6"; ## don't change this line, it is updated automatically by GitLab CI vendorHash = "sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; ## this is updated automatically by update-hashes }