summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-09-24 10:04:24 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-09-24 10:04:24 +0000
commit66b9e2bff259a02a5a312369ce3fb49f1fd90b93 (patch)
treedca02c1b1f1ae797266fc32c0c47b7b883b946a2 /snapcraft.yaml
parent398996e8b05e517ea3ffa1097c24799b945123d3 (diff)
releaser: Prepare repository for 0.50-DEV
[ci skip]
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index ee6833bb5..64493c5cd 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,12 +1,12 @@
name: hugo
-version: "0.49"
+version: "0.50-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"
environment:
GO111MODULE: on