aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorhugoreleaser <[email protected]>2020-09-14 09:19:06 +0000
committerhugoreleaser <[email protected]>2020-09-14 09:19:06 +0000
commit07b5e602f86c9295dcf48410759379c55bbd3240 (patch)
tree63dc9b79d4599d0affe7ee0e52c9c335c3ccc830
parent70f16e84e2be5416e053980ab46b3bdd6e7efbec (diff)
downloadhugo-07b5e602f86c9295dcf48410759379c55bbd3240.tar.gz
hugo-07b5e602f86c9295dcf48410759379c55bbd3240.zip
releaser: Bump versions for release of 0.75.0
[ci skip]
-rw-r--r--common/hugo/version_current.go2
-rw-r--r--snap/snapcraft.yaml4
2 files changed, 3 insertions, 3 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index d1bf6f9a9..5fbca2471 100644
--- a/common/hugo/version_current.go
+++ b/common/hugo/version_current.go
@@ -18,5 +18,5 @@ package hugo
var CurrentVersion = Version{
Number: 0.75,
PatchLevel: 0,
- Suffix: "-DEV",
+ Suffix: "",
}
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 562676c82..5c28a7390 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,12 +1,12 @@
name: hugo
-version: "0.75.0-DEV"
+version: "0.75.0"
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: