mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Prepare repository for 0.64.0-DEV
[ci skip]
This commit is contained in:
parent
ce9aceb749
commit
8ae2c9c3d6
3 changed files with 5 additions and 14 deletions
|
@ -16,7 +16,7 @@ package hugo
|
|||
// CurrentVersion represents the current build version.
|
||||
// This should be the only one.
|
||||
var CurrentVersion = Version{
|
||||
Number: 0.63,
|
||||
PatchLevel: 1,
|
||||
Suffix: "",
|
||||
Number: 0.64,
|
||||
PatchLevel: 0,
|
||||
Suffix: "-DEV",
|
||||
}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
name: hugo
|
||||
version: "0.63.1"
|
||||
version: "0.64.0-DEV"
|
||||
summary: Fast and Flexible Static Site Generator
|
||||
description: |
|
||||
Hugo is a static HTML and CSS website generator written in Go. It is
|
||||
optimized for speed, easy use and configurability. Hugo takes a directory
|
||||
with content and templates and renders them into a full HTML website.
|
||||
confinement: strict
|
||||
grade: stable # "devel" or "stable"
|
||||
grade: devel # "devel" or "stable"
|
||||
|
||||
apps:
|
||||
hugo:
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
This is a bug-fix release with a couple of important fixes.
|
||||
|
||||
* deps: Make the build flags shared between sites [0df7bd62](https://github.com/gohugoio/hugo/commit/0df7bd62df460a49544845d5332f33b2020b48a1) [@bep](https://github.com/bep) [#6789](https://github.com/gohugoio/hugo/issues/6789)
|
||||
* Fix baseof with regular define regression [f441f675](https://github.com/gohugoio/hugo/commit/f441f675126ef1123d9f94429872dd683b40e011) [@bep](https://github.com/bep) [#6790](https://github.com/gohugoio/hugo/issues/6790)
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue