From 6cff36abee998acf4a46eec68f4f3ff233481e0b Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sun, 12 Jun 2022 10:07:00 +0000 Subject: [PATCH] chore: modify go.mod to v4 --- go.mod | 2 +- layouts/partials/footer/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 63df635..e75e573 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/CaiJimmy/hugo-theme-stack/v3 +module github.com/CaiJimmy/hugo-theme-stack/v4 go 1.17 diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html index a465319..3b2b46f 100644 --- a/layouts/partials/footer/footer.html +++ b/layouts/partials/footer/footer.html @@ -1,4 +1,4 @@ -{{- $ThemeVersion := "4.0.0-alpha" -}} +{{- $ThemeVersion := "4.0.0-alpha.0" -}}