From 54a204cd84facb427d0d029164e461f9715165c9 Mon Sep 17 00:00:00 2001 From: Vanessa Bizzell Date: Thu, 26 Feb 2026 11:40:10 +0000 Subject: [PATCH] chore: bump module path from v3 to v4 for breaking release Co-Authored-By: Claude Opus 4.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 59fde95..8c8fe08 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/revittco/fsa/v3 +module github.com/revittco/fsa/v4 go 1.26