releaser: Bump versions for release of 0.53
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 24 Dec 2018 08:24:42 +0000 (08:24 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 24 Dec 2018 08:24:42 +0000 (08:24 +0000)
[ci skip]

common/hugo/version_current.go
docs/config.toml
snap/snapcraft.yaml

index 0a42f30237ebab1361322fc88c13eec6b152cb49..08358821f0ea1154247ee03af37c3f1a568bf9e3 100644 (file)
@@ -18,5 +18,5 @@ package hugo
 var CurrentVersion = Version{
        Number:     0.53,
        PatchLevel: 0,
-       Suffix:     "-DEV",
+       Suffix:     "",
 }
index 2420fed0396375c7ad149dedcc0a6f59b88788ba..afa120b3ccc84b7849cb2e7ded9e6d47fee8063b 100644 (file)
@@ -69,7 +69,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.53-DEV"
+  release = "0.53"
   ## 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 31037d7d10343f369af8b4bd4c383f4eed0d39cf..80646b202d3baf5c3838d5e227e9e16e345537c0 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.53-DEV"
+version: "0.53"
 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: