From cd0ad42fd23c8d47fd3d5c29fc1cdb9ff060c886 Mon Sep 17 00:00:00 2001 From: Matthew Clark Date: Sun, 1 Dec 2019 18:01:47 -0600 Subject: [PATCH] Version up for breaking change --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b291511..fc9b39b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/gobuffalo/tags/v2 +module github.com/gobuffalo/tags/v3 go 1.13