We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3075eaa commit 4890788Copy full SHA for 4890788
common/hugo/version_current.go
@@ -16,7 +16,7 @@ package hugo
16
// CurrentVersion represents the current build version.
17
// This should be the only one.
18
var CurrentVersion = Version{
19
- Number: 0.91,
20
- PatchLevel: 0,
21
- Suffix: "-DEV",
+ Number: 0.90,
+ PatchLevel: 1,
+ Suffix: "",
22
}
snap/snapcraft.yaml
@@ -8,7 +8,7 @@ description: |
8
license: "Apache-2.0"
9
base: core20
10
confinement: strict
11
-grade: devel # "devel" or "stable"
+grade: stable # "devel" or "stable"
12
13
package-repositories:
14
- type: apt
0 commit comments