releaser: Bump versions for release of 0.37
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Tue, 27 Feb 2018 09:15:23 +0000 (09:15 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Tue, 27 Feb 2018 09:15:23 +0000 (09:15 +0000)
[ci skip]

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

index e6cc7981c3a2b5411f253312702ca3a0ce498078..c5e8e6819e07a65d296b3d335170f0c7dee1cd03 100644 (file)
@@ -344,7 +344,7 @@ description = ""
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.36"
+min_version = "0.37"
 
 [author]
   name = ""
index 4b60aac58cba1d7c56daa9c71d1243247585c7bf..d7324a189d85ecdbe05815dda72710b5dfbc700b 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.37-DEV"
+  release = "0.37"
   ## 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 0188d1754d77ffa4064eb42f0072a9c8c517c910..29b22398857368a01d997e559c007d7c89c405ea 100644 (file)
@@ -125,7 +125,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
 var CurrentHugoVersion = HugoVersion{
        Number:     0.37,
        PatchLevel: 0,
-       Suffix:     "-DEV",
+       Suffix:     "",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
index 206c3d51586a4a048fe78ee8b31f673b379c5a9d..1d41be7f681e4c7693b2986d4dc4f1d568254979 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.37-DEV"
+version: "0.37"
 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: