Bump to 0.18 release version
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 19 Dec 2016 14:35:20 +0000 (15:35 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 19 Dec 2016 14:35:20 +0000 (15:35 +0100)
commands/new.go
helpers/hugo.go
snapcraft.yaml

index 39392d5b9f8441c7d5cd1121e758f04a8995f537..83ddcf5279528b4749a2e837d3ae8c9e0e8a5fc0 100644 (file)
@@ -296,7 +296,7 @@ description = ""
 homepage = "http://siteforthistheme.com/"
 tags = ["", ""]
 features = ["", ""]
-min_version = 0.17
+min_version = 0.18
 
 [author]
   name = ""
index 25f69a921b32e26b74200cd6e6a5c8d61e7d352e..a9cf267612fa2be224e80b0426622526f615e505 100644 (file)
@@ -23,8 +23,8 @@ const HugoVersionNumber = 0.18
 
 // HugoVersionSuffix is the suffix used in the Hugo version string.
 // It will be blank for release versions.
-const HugoVersionSuffix = "-DEV" // use this when not doing a release
-// const HugoVersionSuffix = "" // use this line when doing a release
+// const HugoVersionSuffix = "-DEV" // use this when not doing a release
+const HugoVersionSuffix = "" // use this line when doing a release
 
 // HugoVersion returns the current Hugo version. It will include
 // a suffix, typically '-DEV', if it's development version.
index 72a05ac071cb87cf15923ce5d2ed4b73a3613d06..3459695cf5054e89103588e476cada06ea96a295 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.18-DEV"
+version: "0.18"
 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: