From 8b59839682aafe4285c333a943046dc101d94a0d Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.de> Date: Wed, 3 Jan 2024 19:01:24 +0000 Subject: [PATCH] chore: Bump version to 0.6.22 (NOT_TAGIT) --- project.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.nix b/project.nix index d1eda94..b44f2e3 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.6.21"; + version="0.6.22"; vendorHash = "sha256-uyWI6Gnko1J62XDk6jjRdqZ8TSFtwsTOlDwdR9Xc+ic="; } -- GitLab