From fe8dd932d6c414a93b4a69c470792b2db038e0fb Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.de> Date: Tue, 28 May 2024 16:35:09 +0000 Subject: [PATCH] chore: Bump version to 0.8.2 --- project.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.nix b/project.nix index 7fefb32..92dd1a7 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.1"; ## don't change this line, it is updated automatically by GitLab CI + version = "0.8.2"; ## don't change this line, it is updated automatically by GitLab CI vendorHash = ""; ## this is updated automatically by update-hashes } -- GitLab