Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-12-29 20:12:41 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-12-29 20:12:41 +0300
commitdab1303c1847603f0c36719d1b865cff1001c6ac (patch)
treef988b893b07c91c5ee022380a125a2aff2e7eb41
parent0daceb74e084108416de8017dc71dd6d17b19e9a (diff)
Bump version to 0.18.1v0.18.1
-rw-r--r--helpers/hugo.go2
-rw-r--r--snapcraft.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index b5d131032..6f82570da 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -24,7 +24,7 @@ const (
HugoVersionNumber = 0.18
// Increment this for bug releases
- HugoPatchVersion = 0
+ HugoPatchVersion = 1
)
// HugoVersionSuffix is the suffix used in the Hugo version string.
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 3459695cf..335cd60a2 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: hugo
-version: "0.18"
+version: "0.18.1"
summary: Fast and Flexible Static Site Generator
description: |
Hugo is a static HTML and CSS website generator written in Go. It is