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 6072ce0 commit 466fa43Copy full SHA for 466fa43
common/hugo/version_current.go
@@ -19,5 +19,5 @@ var CurrentVersion = Version{
19
Major: 0,
20
Minor: 101,
21
PatchLevel: 0,
22
- Suffix: "-DEV",
+ Suffix: "",
23
}
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