From 4e05bfb399f414409aad1ee0b541067b4b7a7825 Mon Sep 17 00:00:00 2001 From: elkan1788 Date: Mon, 10 Jun 2024 21:13:26 +0800 Subject: [PATCH] :label: Upgrade the dev version. --- VERSION | 2 +- data/config.yaml | 2 +- go.mod.orig | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 go.mod.orig diff --git a/VERSION b/VERSION index f4fa8fc..3208b09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.6.1 \ No newline at end of file +4.6.2 \ No newline at end of file diff --git a/data/config.yaml b/data/config.yaml index 85fae72..9e2a348 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -1,5 +1,5 @@ # Hugo NexT theme's custom config -version: 4.6.1 +version: 4.6.2 domain: hugo-next.eu.org \ No newline at end of file diff --git a/go.mod.orig b/go.mod.orig deleted file mode 100644 index 700af5c..0000000 --- a/go.mod.orig +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/hugo-next/hugo-theme-next - -go 1.18