Skip to content

Commit

Permalink
releaser: Prepare repository for 0.103.0-DEV
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bep committed Aug 28, 2022
1 parent 0ff4a93 commit 9eb9b70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions common/hugo/version_current.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Major: 0,
Minor: 102,
Minor: 103,
PatchLevel: 0,
Suffix: "",
Suffix: "-DEV",
}
4 changes: 2 additions & 2 deletions hugoreleaser.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ HUGO_RELEASE_NAME=New release setup

# Release env.
# These will be replaced by script before release.
HUGORELEASER_TAG=xxx
HUGORELEASER_COMMITISH=xxx
HUGORELEASER_TAG=v0.102.0
HUGORELEASER_COMMITISH=0ff4a9326fd8ac1deb7245461bc4a56d94d0c40b
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |
license: "Apache-2.0"
base: core20
confinement: strict
grade: stable # "devel" or "stable"
grade: devel # "devel" or "stable"

package-repositories:
- type: apt
Expand Down

0 comments on commit 9eb9b70

Please sign in to comment.