Skip to content

Commit

Permalink
releaser: Bump versions for release of 0.100.2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bep committed Jun 8, 2022
1 parent 8b9bdc4 commit d25cb29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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: 101,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 100,
PatchLevel: 2,
Suffix: "",
}
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: devel # "devel" or "stable"
grade: stable # "devel" or "stable"

package-repositories:
- type: apt
Expand Down

0 comments on commit d25cb29

Please sign in to comment.