From 85a8f946c2be14df7f35973a79840eaf99928d50 Mon Sep 17 00:00:00 2001 From: Igor Agapie Date: Thu, 27 Mar 2025 10:23:46 +0100 Subject: [PATCH] chore: release v0.0.7 (release.sh) --- fx/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fx/go.mod b/fx/go.mod index 8d3ca22..b9451d8 100644 --- a/fx/go.mod +++ b/fx/go.mod @@ -5,7 +5,7 @@ go 1.24 replace github.com/gowool/rbac => .. require ( - github.com/gowool/rbac v0.0.6 + github.com/gowool/rbac v0.0.7 go.uber.org/fx v1.23.0 )