Skip to content

Commit 466fa43

Browse files
committed
releaser: Bump versions for release of 0.101.0
[ci skip]
1 parent 6072ce0 commit 466fa43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/hugo/version_current.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ var CurrentVersion = Version{
1919
Major: 0,
2020
Minor: 101,
2121
PatchLevel: 0,
22-
Suffix: "-DEV",
22+
Suffix: "",
2323
}

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: |
88
license: "Apache-2.0"
99
base: core20
1010
confinement: strict
11-
grade: devel # "devel" or "stable"
11+
grade: stable # "devel" or "stable"
1212

1313
package-repositories:
1414
- type: apt

0 commit comments

Comments
 (0)