Skip to content

Commit 3f0d49e

Browse files
committed
releaser: Prepare repository for 0.91.0-DEV
[ci skip]
1 parent 4890788 commit 3f0d49e

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
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.90,
20-
PatchLevel: 1,
21-
Suffix: "",
19+
Number: 0.91,
20+
PatchLevel: 0,
21+
Suffix: "-DEV",
2222
}

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: |
88
license: "Apache-2.0"
99
base: core20
1010
confinement: strict
11-
grade: stable # "devel" or "stable"
11+
grade: devel # "devel" or "stable"
1212

1313
package-repositories:
1414
- type: apt

temp/0.90.1-relnotes-ready.md

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

0 commit comments

Comments
 (0)