shithub: hugo

Download patch

ref: 19228ed83c55e5c772d661c4cc2cf0194bdd0794
parent: a1f40084f9dfdd45698dc139c7c481da29fb0b3a
author: hugoreleaser <[email protected]>
date: Thu Feb 15 04:07:43 EST 2018

releaser: Bump versions for release of 0.36.1

[ci skip]

--- a/commands/new.go
+++ b/commands/new.go
@@ -344,7 +344,7 @@
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.36"
+min_version = "0.36.1"
 
 [author]
   name = ""
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -71,7 +71,7 @@
 [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.36"
+  release = "0.36.1"
   ## Setting this to true will add a "noindex" to *EVERY* page on the site
   removefromexternalsearch = false
   ## Gh repo for site footer (include trailing slash)
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -94,7 +94,7 @@
 // This should be the only one.
 var CurrentHugoVersion = HugoVersion{
 	Number:     0.36,
-	PatchLevel: 0,
+	PatchLevel: 1,
 	Suffix:     "",
 }
 
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
 name: hugo
-version: "0.36"
+version: "0.36.1"
 summary: Fast and Flexible Static Site Generator
 description: |
   Hugo is a static HTML and CSS website generator written in Go. It is