URI: 
       releaser: Prepare repository for 0.48-DEV - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit a81c64e43e9ccec7c333ed9e864bbe076529682b
   DIR parent 7ef5096257e5208ebc99aa94ff0654c86b1487b3
  HTML Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
       Date:   Mon, 20 Aug 2018 08:19:37 +0000
       
       releaser: Prepare repository for 0.48-DEV
       
       [ci skip]
       
       Diffstat:
         M docs/config.toml                    |       2 +-
         M helpers/hugo.go                     |       6 +++---
         M snapcraft.yaml                      |       4 ++--
         D temp/0.47.1-relnotes-ready.md       |      19 -------------------
       
       4 files changed, 6 insertions(+), 25 deletions(-)
       ---
   DIR diff --git a/docs/config.toml b/docs/config.toml
       @@ -69,7 +69,7 @@ twitter = "GoHugoIO"
        [params]
          description = "The world’s fastest framework for building websites"
          ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
       -  release = "0.47.1"
       +  release = "0.48-DEV"
          ## Setting this to true will add a "noindex" to *EVERY* page on the site
          removefromexternalsearch = false
          ## Gh repo for site footer (include trailing slash)
   DIR diff --git a/helpers/hugo.go b/helpers/hugo.go
       @@ -123,9 +123,9 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
        // CurrentHugoVersion represents the current build version.
        // This should be the only one.
        var CurrentHugoVersion = HugoVersion{
       -        Number:     0.47,
       -        PatchLevel: 1,
       -        Suffix:     "",
       +        Number:     0.48,
       +        PatchLevel: 0,
       +        Suffix:     "-DEV",
        }
        
        func hugoVersion(version float32, patchVersion int, suffix string) string {
   DIR diff --git a/snapcraft.yaml b/snapcraft.yaml
       @@ -1,12 +1,12 @@
        name: hugo
       -version: "0.47.1"
       +version: "0.48-DEV"
        summary: Fast and Flexible Static Site Generator
        description: |
          Hugo is a static HTML and CSS website generator written in Go. It is
          optimized for speed, easy use and configurability. Hugo takes a directory
          with content and templates and renders them into a full HTML website.
        confinement: strict
       -grade: stable # "devel" or "stable"
       +grade: devel # "devel" or "stable"
        
        apps:
          hugo:
   DIR diff --git a/temp/0.47.1-relnotes-ready.md b/temp/0.47.1-relnotes-ready.md
       @@ -1,19 +0,0 @@
       -This is a bug-fix release with two fixes.
       -
       -# Fixes
       -
       -* Fix .Site.Params case regression [fdff0d3a](https://github.com/gohugoio/hugo/commit/fdff0d3af4670f7079e539fef4b92af2a866d02d) [@bep](https://github.com/bep) [#5094](https://github.com/gohugoio/hugo/issues/5094)
       -* Do not strip IE conditional statements [5a0ee2b9](https://github.com/gohugoio/hugo/commit/5a0ee2b934e38d596da0f9742361f81c1221e3d5) [@bep](https://github.com/bep) [#5089](https://github.com/gohugoio/hugo/issues/5089)
       -
       -## Updates to Linux Snap build
       -
       -* Remove unused files from Git, Perl, etc. [834617f9](https://github.com/gohugoio/hugo/commit/834617f9f8d870643b2631fe607471c8e2ef2f47) [@anthonyfok](https://github.com/anthonyfok) 
       -* Add nodejs to allow PostCSS to work [ef20ec1f](https://github.com/gohugoio/hugo/commit/ef20ec1fbaa8f5841b3fbe18978d4d8c19d8fc53) [@anthonyfok](https://github.com/anthonyfok) 
       -
       -
       -
       -
       -
       -
       -
       -