From f671ce305e28dcd1cd2e74361fa126998858bc85 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.de>
Date: Tue, 19 Mar 2024 15:40:54 +0000
Subject: [PATCH] chore: Bump version to 0.1.1

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

diff --git a/project.nix b/project.nix
index 6e3e3e0..2e156ed 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 = "https://gitlab.schukai.com/oss/utilities/requirements-manager";
-  version = "0.1.0"; ## don't change this line, it is updated automatically by GitLab CI
+  version = "0.1.1"; ## don't change this line, it is updated automatically by GitLab CI
   vendorHash = "sha256-yrNWU9cVs9zIFqNuHzndRG8C6E3sm8v5UdzwwW4HheM="; ## this is updated automatically by update-hashes
 }
-- 
GitLab