Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2022-04-16 20:35:04 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2022-04-16 20:35:04 +0300
commit363bc907c0ab4b6989bada2e1ffca4ef17d7b8a4 (patch)
tree90cf4e7a352ab12970b7851a148accd2bdd5382f /common
parent04efcb2a6807b527d9fbcc3e365c63bcba26f4b1 (diff)
releaser: Prepare repository for 0.98.0-DEVrelease-0.97.1
[ci skip]
Diffstat (limited to 'common')
-rw-r--r--common/hugo/version_current.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index f5be2f31b..f9bd5e627 100644
--- a/common/hugo/version_current.go
+++ b/common/hugo/version_current.go
@@ -16,7 +16,7 @@ package hugo
// CurrentVersion represents the current build version.
// This should be the only one.
var CurrentVersion = Version{
- Number: 0.97,
- PatchLevel: 1,
- Suffix: "",
+ Number: 0.98,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}