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 bf1fa71 commit cdf6a0dCopy full SHA for cdf6a0d
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.93,
20
- PatchLevel: 0,
21
- Suffix: "-DEV",
+ Number: 0.92,
+ PatchLevel: 2,
+ 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