diff --git a/project.nix b/project.nix index 269c8063d9ba8f0e9a576d2e623e2a941082c518..7fefb321d17c7b3e5d14ceda59cb219d9e424d10 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.8.0"; ## don't change this line, it is updated automatically by GitLab CI + version = "0.8.1"; ## don't change this line, it is updated automatically by GitLab CI vendorHash = ""; ## this is updated automatically by update-hashes }