From d50794cdfe3ffd7b4211f54440c82e38a2e1fd10 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.de>
Date: Sun, 12 May 2024 13:46:49 +0000
Subject: [PATCH] chore: Bump version to 0.7.12

---
 project.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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