hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit bfebd8c02cfc0d4e4786e0f64932d832d3976e92
parent 0afb4866e345d31cbbcbab4349e43f1d36122806
Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Date:   Wed,  1 Jun 2022 10:54:16 +0000

releaser: Prepare repository for 0.101.0-DEV

[ci skip]

Diffstat:
Mcommon/hugo/version_current.go | 6+++---
Msnap/snapcraft.yaml | 2+-
Dtemp/0.100.1-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
@@ -17,7 +17,7 @@ package hugo
 // This should be the only one.
 var CurrentVersion = Version{
 	Major:      0,
-	Minor:      100,
-	PatchLevel: 1,
-	Suffix:     "",
+	Minor:      101,
+	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.100.1-relnotes-ready.md b/temp/0.100.1-relnotes-ready.md
@@ -1,9 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* Fix panic with markdownify/RenderString with shortcode on Page with no content file 212d9e30 @bep #9959 
-* releaser: Prepare repository for 0.101.0-DEV 4daac654 @bep 
-
-
-