diff --git a/commands/new.go b/commands/new.go index 12851217a..6a6e0615f 100644 --- a/commands/new.go +++ b/commands/new.go @@ -347,7 +347,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.25.1" +min_version = "0.24" [author] name = "" diff --git a/docs/config.toml b/docs/config.toml index bacfaa9a3..31f5e0099 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -26,7 +26,7 @@ notAlternative = true [params] description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go" author = "Steve Francia (spf13) and friends" - release = "0.25.1" + release = "0.25-DEV" [taxonomies] tag = "tags" diff --git a/helpers/hugo.go b/helpers/hugo.go index 47ff444f1..89833be25 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -87,8 +87,8 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion { // This should be the only one. var CurrentHugoVersion = HugoVersion{ Number: 0.25, - PatchLevel: 1, - Suffix: "", + PatchLevel: 0, + Suffix: "-DEV", } func hugoVersion(version float32, patchVersion int, suffix string) string { diff --git a/snapcraft.yaml b/snapcraft.yaml index 160ef03f7..8ee990890 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,12 +1,12 @@ name: hugo -version: "0.25.1" +version: "0.25-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: diff --git a/temp/0.25.1-relnotes.md b/temp/0.25.1-relnotes.md deleted file mode 100644 index 2bbeaaab8..000000000 --- a/temp/0.25.1-relnotes.md +++ /dev/null @@ -1,22 +0,0 @@ - - -This is a bug-fix release with a couple of important fixes. - - -Hugo now has: - -* 18277+ [stars](https://github.com/gohugoio/hugo/stargazers) -* 456+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) -* 170+ [themes](http://themes.gohugo.io/) - -## Fixes - -* Fix union when the first slice is empty [dbbc5c48](https://github.com/gohugoio/hugo/commit/dbbc5c4810a04ac06fad7500d88cf5c3bfe0c7fd) [@bep](https://github.com/bep) [#3686](https://github.com/gohugoio/hugo/issues/3686) -* Navigate to changed on CREATE When working with content from IntelliJ IDE, like WebStorm, every file save is followed by two events: "RENAME" and then "CREATE". [7bcc1ce6](https://github.com/gohugoio/hugo/commit/7bcc1ce659710f2220b400ce3b76e50d2e48b241) [@miltador](https://github.com/miltador) -* Final (!) fix for issue with escaped JSON front matter [7f82b41a](https://github.com/gohugoio/hugo/commit/7f82b41a24af0fd04d28fbfebf9254766a3c6e6f) [@bep](https://github.com/bep) [#3682](https://github.com/gohugoio/hugo/issues/3682) -* Fix issue with escaped JSON front matter [84db6c74](https://github.com/gohugoio/hugo/commit/84db6c74a084d2b52117b999d4ec343cd3389a68) [@bep](https://github.com/bep) [#3682](https://github.com/gohugoio/hugo/issues/3682) - - - - -