diff options
author | Bjørn Erik Pedersen <[email protected]> | 2016-12-29 18:12:41 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2016-12-29 18:12:41 +0100 |
commit | dab1303c1847603f0c36719d1b865cff1001c6ac (patch) | |
tree | f988b893b07c91c5ee022380a125a2aff2e7eb41 | |
parent | 0daceb74e084108416de8017dc71dd6d17b19e9a (diff) | |
download | hugo-dab1303c1847603f0c36719d1b865cff1001c6ac.tar.gz hugo-dab1303c1847603f0c36719d1b865cff1001c6ac.zip |
Bump version to 0.18.1v0.18.1
-rw-r--r-- | helpers/hugo.go | 2 | ||||
-rw-r--r-- | snapcraft.yaml | 2 |
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 |