From df7a1be7ca8dbcf94018fa5fb5393cbd84b5853e Mon Sep 17 00:00:00 2001 From: Igor Agapie Date: Fri, 28 Mar 2025 14:46:49 +0100 Subject: [PATCH] chore: release v1.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 8311914..aabf354 100644 --- a/fx/go.mod +++ b/fx/go.mod @@ -5,7 +5,7 @@ go 1.24 replace github.com/gowool/theme => .. require ( - github.com/gowool/theme v1.0.5 + github.com/gowool/theme v1.0.6 go.uber.org/fx v1.23.0 )