Skip to content

Commit

Permalink
releaser: Bump versions for release of 0.90.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bep committed Dec 8, 2021
1 parent b921752 commit dd0d3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/hugo/version_current.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ package hugo
var CurrentVersion = Version{
Number: 0.90,
PatchLevel: 0,
Suffix: "-DEV",
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

5 comments on commit dd0d3fd

@cristaling763
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cristaling763
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cristaling763
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brew install hugoruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

@cristaling763
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

snap/snapcraft.yaml

@cristaling763
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[snap/snapcraft.yaml](ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)") ``

Please sign in to comment.