From fbefdfc50ca5698cfcd47d56ac5b49630d037696 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Fri, 24 May 2024 11:51:48 +0200
Subject: [PATCH] fix: version number

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

diff --git a/project.nix b/project.nix
index e5e62c3..181512d 100644
--- a/project.nix
+++ b/project.nix
@@ -5,5 +5,5 @@
   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/bob";
-  version = "0.5.6"; ## do not change this line; it will be updated automatically
+  version = "0.5.8"; ## do not change this line; it will be updated automatically
 }
-- 
GitLab