From 680b2bd105a375fa0427a3bb7f1c0dca2231a947 Mon Sep 17 00:00:00 2001 From: Igor Agapie Date: Wed, 26 Mar 2025 15:06:22 +0100 Subject: [PATCH] chore: release v0.0.6 (release.sh) --- fx/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fx/go.mod b/fx/go.mod index 108f075..8d3ca22 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.5 + github.com/gowool/rbac v0.0.6 go.uber.org/fx v1.23.0 )