releaser: Bump versions for release of 0.37.1
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Wed, 7 Mar 2018 17:56:23 +0000 (17:56 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Wed, 7 Mar 2018 17:56:23 +0000 (17:56 +0000)
[ci skip]

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

index c5e8e6819e07a65d296b3d335170f0c7dee1cd03..aaf2e1c0a8c295fcbc6701bd97dd0af85facbbc4 100644 (file)
@@ -344,7 +344,7 @@ description = ""
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.37"
+min_version = "0.37.1"
 
 [author]
   name = ""
index 2c2743831f67d256bb9930ab68704001b5e2d7c2..819880e4dde6f9ad2a9d205908e0ad7979bb16a1 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.38-DEV"
+  release = "0.37.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)
index 32e585b05483f06f567588cddfda461cb1a45029..06106ba4691ff9c9b39e868a00bb3c71b65c1263 100644 (file)
@@ -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.38,
-       PatchLevel: 0,
-       Suffix:     "-DEV",
+       Number:     0.37,
+       PatchLevel: 1,
+       Suffix:     "",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
index d623c01f2c82bf0baa24d0487998d12453467c39..9add7fec3d8d7bf90fb46bfa83bf954fe63720be 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.38-DEV"
+version: "0.37.1"
 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: