Skip to content

Commit 2f3f41f

Browse files
committed
releaser: Prepare repository for 0.77.0-DEV
[ci skip]
1 parent 60f0725 commit 2f3f41f

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

common/hugo/version_current.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package hugo
1616
// CurrentVersion represents the current build version.
1717
// This should be the only one.
1818
var CurrentVersion = Version{
19-
Number: 0.76,
20-
PatchLevel: 5,
21-
Suffix: "",
19+
Number: 0.77,
20+
PatchLevel: 0,
21+
Suffix: "-DEV",
2222
}

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: hugo
2-
version: "0.76.5"
2+
version: "0.77.0-DEV"
33
summary: Fast and Flexible Static Site Generator
44
description: |
55
Hugo is a static HTML and CSS website generator written in Go. It is
66
optimized for speed, easy use and configurability. Hugo takes a directory
77
with content and templates and renders them into a full HTML website.
88
confinement: strict
9-
grade: stable # "devel" or "stable"
9+
grade: devel # "devel" or "stable"
1010

1111
apps:
1212
hugo:

temp/0.76.5-relnotes-ready.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)