releaser: Bump versions for release of 0.36
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 5 Feb 2018 15:22:26 +0000 (15:22 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 5 Feb 2018 15:22:26 +0000 (15:22 +0000)
[ci skip]

commands/new.go
docs/config.toml
helpers/hugo.go
snapcraft.yaml

index dac2fe0cf6d0034b9c16ee1d713d1517893c9a75..e6cc7981c3a2b5411f253312702ca3a0ce498078 100644 (file)
@@ -344,7 +344,7 @@ description = ""
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.35"
+min_version = "0.36"
 
 [author]
   name = ""
index 1fd0e00ca0737de7508e9162aadf2aaf05830912..db8650a71e258cc6aa8ffb3780a6fb9a6ed363b9 100644 (file)
@@ -71,7 +71,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.36-DEV"
+  release = "0.36"
   ## Setting this to true will add a "noindex" to *EVERY* page on the site
   removefromexternalsearch = false
   ## Gh repo for site footer (include trailing slash)
index 6d3a5475ba303998535e837a9e099e9842718693..18815538ca615eec6bbaebcdb653488526e54ee4 100644 (file)
@@ -95,7 +95,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
 var CurrentHugoVersion = HugoVersion{
        Number:     0.36,
        PatchLevel: 0,
-       Suffix:     "-DEV",
+       Suffix:     "",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
index 86cb4f912012c2bcfa447a1d911c88174ce4ca49..0f2cf08190e4e5116f1bf5623a7660629cf792ef 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.36-DEV"
+version: "0.36"
 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: devel # "devel" or "stable"
+grade: stable # "devel" or "stable"
 
 apps:
   hugo: