From ff7689ce0212629c81a77b7e3e84cda5149f6b06 Mon Sep 17 00:00:00 2001
From: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Date: Thu, 27 Jan 2022 12:22:31 +0000
Subject: [PATCH] releaser: Prepare repository for 0.93.0-DEV

[ci skip]
---
 common/hugo/version_current.go |  6 +++---
 snap/snapcraft.yaml            |  2 +-
 temp/0.92.1-relnotes-ready.md  | 22 ----------------------
 3 files changed, 4 insertions(+), 26 deletions(-)
 delete mode 100644 temp/0.92.1-relnotes-ready.md

diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index 4e7f530e..69ed0d8b 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.92,
-	PatchLevel: 1,
-	Suffix:     "",
+	Number:     0.93,
+	PatchLevel: 0,
+	Suffix:     "-DEV",
 }
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 09dc915a..fa960594 100644
--- 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.92.1-relnotes-ready.md b/temp/0.92.1-relnotes-ready.md
deleted file mode 100644
index 9c3c9c2c..00000000
--- a/temp/0.92.1-relnotes-ready.md
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* Make the RenderString content provider fix more general f22c4aba [@bep](https://github.com/bep) #9383 
-* Fix .RenderString issue in .Translations 85d31f7b [@ptgott](https://github.com/ptgott) #9383 
-* general: Fix issue causing log threads to hang indefinitely when print() panics 22055176 [@Ephex2](https://github.com/Ephex2) #9380 
-* Fix duplicate mount sources 7a080b62 [@bep](https://github.com/bep) #9426 
-* tpl/collections: Fix apply with namespaced template funcs 26557399 [@bep](https://github.com/bep) #9393 
-* common: Remove unused code 348d300a [@bep](https://github.com/bep) 
-* common/paths: Remove unused code 6f07bdb1 [@bep](https://github.com/bep) 
-* helpers: Remove unused code 55a9bc1e [@bep](https://github.com/bep) 
-* Do not render hl_style as an HTML attribute 20a7ce7c [@jmooring](https://github.com/jmooring) #9390 
-* build(deps): bump github.com/spf13/viper from 1.8.1 to 1.10.1 8cd44924 [@dependabot[bot]](https://github.com/apps/dependabot) 
-* Fixing typos (#9387) 9d8f318a [@deining](https://github.com/deining) 
-* Fix typo in warning message fcbbbef2 [@deining](https://github.com/deining) 
-* github: Clean up the issue templates a little 6041adc1 [@bep](https://github.com/bep) 
-* github: Add lock-threads step 408da436 [@bep](https://github.com/bep) 
-* releaser: Prepare repository for 0.93.0-DEV ed04ed57 [@bep](https://github.com/bep) 
-
-
-
-- 
2.30.2