From 94ce7f1bdb3c92bd520618b6f603e5a40082bd82 Mon Sep 17 00:00:00 2001
From: Gitlab CI <>
Date: Sat, 28 Sep 2024 20:41:55 +0200
Subject: [PATCH] fix: release

---
 nix/config/release.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nix/config/release.nix b/nix/config/release.nix
index d11535d..a35483b 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -2,8 +2,8 @@
   # this file is generated by nix/scripts/init-project.nix
   # please don't edit it manually
 
-  version = "0.9.2";
-  commit = "01bcfc2580489dad5cac5bc5119f9d7260edd284";
+  version = "0.9.3";
+  commit = "0c0d219dfb44695b2186927791dade8005ee3c4a";
   projectURL = "https://gitlab.schukai.com/oss/libraries/go/utilities/pathfinder";
   name = "Pathfinder";
   mnemonic = "pathfinder";
-- 
GitLab