mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Bump versions for release of 0.95.0
[ci skip]
This commit is contained in:
parent
f1d1576822
commit
9f2e76af65
2 changed files with 2 additions and 2 deletions
|
@ -18,5 +18,5 @@ package hugo
|
|||
var CurrentVersion = Version{
|
||||
Number: 0.95,
|
||||
PatchLevel: 0,
|
||||
Suffix: "-DEV",
|
||||
Suffix: "",
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue