releaser: Bump versions for release of 0.75.1
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Tue, 15 Sep 2020 06:45:52 +0000 (06:45 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Tue, 15 Sep 2020 06:45:52 +0000 (06:45 +0000)
[ci skip]

common/hugo/version_current.go
snap/snapcraft.yaml

index af6f1bdf3d7f6ddcb67c50b46491553052188b1e..dda64def16a89a67d18a3a84d0b8414feaac29d0 100644 (file)
@@ -16,7 +16,7 @@ package hugo
 // CurrentVersion represents the current build version.
 // This should be the only one.
 var CurrentVersion = Version{
-       Number:     0.76,
-       PatchLevel: 0,
-       Suffix:     "-DEV",
+       Number:     0.75,
+       PatchLevel: 1,
+       Suffix:     "",
 }
index f22c052815fb9798c4bdbec030fec7a6b9b83ebf..d0914252fc06b56d20a23613938aebfa8a523750 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.76.0-DEV"
+version: "0.75.1"
 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: