From bc3b1ca93e8cd0cfc179e39ffa167bcd3a5317c2 Mon Sep 17 00:00:00 2001 From: Mirus Date: Thu, 27 Mar 2025 14:39:26 +0200 Subject: [PATCH] chore: Update module path to include version v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1bf6957..c5def29 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/mirus-ua/hugo-theme-re-terminal +module github.com/mirus-ua/hugo-theme-re-terminal/v2 go 1.22