diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-04-10 09:10:53 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-04-10 09:10:53 +0200 |
commit | dac0d4a69d40e46f62b6915b5a6fc57cd7120298 (patch) | |
tree | 91912aa8cda1e118211eff487574edd0350c7f1c /snapcraft.yaml | |
parent | 03ec2b3397fc75eb3504af8d68b5e2ba3e70039b (diff) | |
download | hugo-dac0d4a69d40e46f62b6915b5a6fc57cd7120298.tar.gz hugo-dac0d4a69d40e46f62b6915b5a6fc57cd7120298.zip |
all: Prepare Hugo 0.20 release versionv0.20
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r-- | snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index dea2d4ce0..4b35e2452 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,12 +1,12 @@ name: hugo -version: "0.20-DEV" +version: "0.20" 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: |