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" -}}