Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-08-01 12:03:22 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-08-01 12:03:22 +0300
commit31faf98ce32f895ef9fb68e12ec052f9b838cde4 (patch)
tree4fd4a3c394d25336cf10513f98e16216eb5de4a9 /helpers
parentf14d773841c32ad48f2d2fa22e1e378d477e5c9e (diff)
releaser: Prepare repository for 0.47-DEV
[ci skip]
Diffstat (limited to 'helpers')
-rw-r--r--helpers/hugo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index 4c7fcdd42..373824500 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -123,9 +123,9 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
// CurrentHugoVersion represents the current build version.
// This should be the only one.
var CurrentHugoVersion = HugoVersion{
- Number: 0.46,
+ Number: 0.47,
PatchLevel: 0,
- Suffix: "",
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {