diff --git a/project.nix b/project.nix index 0f8307b3c0b12e40ca3834b0f7150cbe9675d04d..6f7cb969f881fac56dc8d8d1698edb967ac16ff4 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.10"; ## don't change this line, it is updated automatically by GitLab CI + version = "0.7.11"; ## don't change this line, it is updated automatically by GitLab CI vendorHash = "sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; ## this is updated automatically by update-hashes }