From 4737021b68782903cbf7f7d09ce9556630b7f9c7 Mon Sep 17 00:00:00 2001 From: Igor Agapie Date: Thu, 1 May 2025 12:05:12 +0200 Subject: [PATCH] chore: release v0.1.4 (release.sh) --- fx/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fx/go.mod b/fx/go.mod index 16196f7..81383e8 100644 --- a/fx/go.mod +++ b/fx/go.mod @@ -5,7 +5,7 @@ go 1.24 replace github.com/gowool/server => .. require ( - github.com/gowool/server v0.1.3 + github.com/gowool/server v0.1.4 go.uber.org/fx v1.23.0 )