hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 5de6f8a02c3abb3145ce7985dff985e9e783e9b3
parent 5099abe6006728123f403456fcf4b768c973359c
Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Date:   Sun, 17 Apr 2022 09:16:40 +0000

releaser: Prepare repository for 0.98.0-DEV

[ci skip]

Diffstat:
Mcommon/hugo/version_current.go | 6+++---
Msnap/snapcraft.yaml | 2+-
Dtemp/0.97.2-relnotes-ready.md | 9---------
3 files changed, 4 insertions(+), 13 deletions(-)
diff --git 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: 2,
-	Suffix:     "",
+	Number:     0.98,
+	PatchLevel: 0,
+	Suffix:     "-DEV",
 }
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -8,7 +8,7 @@ description: |
 license: "Apache-2.0"
 base: core20
 confinement: strict
-grade: stable # "devel" or "stable"
+grade: devel # "devel" or "stable"
 
 package-repositories:
   - type: apt
diff --git a/temp/0.97.2-relnotes-ready.md b/temp/0.97.2-relnotes-ready.md
@@ -1,9 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* Revert "Fix PostProcess regression for hugo server" 6c35a1a9 @bep 
-* releaser: Prepare repository for 0.98.0-DEV 363bc907 @bep 
-
-
-