diff options
author | hugoreleaser <[email protected]> | 2020-11-27 09:19:04 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2020-11-27 09:19:04 +0000 |
commit | 32d4bf68da7d16302f138dde343c70f9667933c4 (patch) | |
tree | 000fada5b803de21f68fdc710152f1f5d5b2214a /snap | |
parent | 1415efdcd838cf482072ef08e765a8ce960bfdde (diff) | |
download | hugo-32d4bf68da7d16302f138dde343c70f9667933c4.tar.gz hugo-32d4bf68da7d16302f138dde343c70f9667933c4.zip |
releaser: Prepare repository for 0.80.0-DEV
[ci skip]
Diffstat (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5a82399c6..20d94963f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,12 +1,12 @@ name: hugo -version: "0.79.0" +version: "0.80.0-DEV" 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: stable # "devel" or "stable" +grade: devel # "devel" or "stable" apps: hugo: |