releaser: Bump versions for release of 0.38
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 2 Apr 2018 11:03:32 +0000 (11:03 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 2 Apr 2018 11:03:32 +0000 (11:03 +0000)
[ci skip]

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

index c5e8e6819e07a65d296b3d335170f0c7dee1cd03..c4f56fec90436c00448d32c8e75a5b2da6532a5b 100644 (file)
@@ -344,7 +344,7 @@ description = ""
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.37"
+min_version = "0.38"
 
 [author]
   name = ""
index 842b3df0a3e7a157c665605ab0fb9cf69e607afd..28535988580e8411585e6e26397e42ebd53f7ed7 100644 (file)
@@ -70,7 +70,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.38"
   ## 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..727ade77640991c35ce5a7b03898775334031655 100644 (file)
@@ -125,7 +125,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
 var CurrentHugoVersion = HugoVersion{
        Number:     0.38,
        PatchLevel: 0,
-       Suffix:     "-DEV",
+       Suffix:     "",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
index c7bad02fa42a1070188897330629f54df5bd4dce..300d84d46782a139c24d9aa7dfec6cb0dc8c2aa5 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.38-DEV"
+version: "0.38"
 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: