releaser: Bump versions for release of 0.74.1
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 13 Jul 2020 18:52:36 +0000 (18:52 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 13 Jul 2020 18:52:36 +0000 (18:52 +0000)
[ci skip]

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

index d1bf6f9a9c6753a4f35a483ca7f21c9f53108a8f..913448a94005e0ff3f12ea908490d7dfe4ae9045 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.75,
-       PatchLevel: 0,
-       Suffix:     "-DEV",
+       Number:     0.74,
+       PatchLevel: 1,
+       Suffix:     "",
 }
index b7d45a7809429e639ef80014f3a46a278bf5a872..4cedd372ca61787cf00a8e7c08c6e73580f619f0 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.75.0-DEV"
+version: "0.74.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: