summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/hugo/version_current.go6
-rw-r--r--snap/snapcraft.yaml4
-rw-r--r--temp/0.78.1-relnotes-ready.md11
3 files changed, 5 insertions, 16 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index 945d4fe0a..3dec5e939 100644
--- a/common/hugo/version_current.go
+++ b/common/hugo/version_current.go
@@ -16,7 +16,7 @@ package hugo
// CurrentVersion represents the current build version.
// This should be the only one.
var CurrentVersion = Version{
- Number: 0.78,
- PatchLevel: 1,
- Suffix: "",
+ Number: 0.79,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 9b8f3a08b..5ccbb315f 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,12 +1,12 @@
name: hugo
-version: "0.78.1"
+version: "0.79.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:
diff --git a/temp/0.78.1-relnotes-ready.md b/temp/0.78.1-relnotes-ready.md
deleted file mode 100644
index 7611edfbb..000000000
--- a/temp/0.78.1-relnotes-ready.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* Disable NPM test on Travis on Windows [3437174c](https://github.com/gohugoio/hugo/commit/3437174c3a7b96925b82b351ac87530b4fa796a5) [@bep](https://github.com/bep)
-* travis: Install nodejs on Windows [f66302ca](https://github.com/gohugoio/hugo/commit/f66302ca0579171ffd1730eb8f33dd05af3d9a00) [@bep](https://github.com/bep)
-* js: Remove external source map option [944150ba](https://github.com/gohugoio/hugo/commit/944150bafbbb5c3e807ba3688174e70764dbdc64) [@bep](https://github.com/bep) [#7932](https://github.com/gohugoio/hugo/issues/7932)
-* js: Misc fixes [bf2837a3](https://github.com/gohugoio/hugo/commit/bf2837a314eaf70135791984a423b0b09f58741d) [@bep](https://github.com/bep) [#7924](https://github.com/gohugoio/hugo/issues/7924)[#7923](https://github.com/gohugoio/hugo/issues/7923)
-
-
-