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-07-13 09:03:09 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-07-13 09:03:09 +0300
commit0831d8ccaf0eca8f10cb7495c177fcc381a64e1c (patch)
tree7cbd8a4a8b0ccbc24909d46f7602816f110b30fb /helpers
parent1d4ff024cad8b2e539621e5b1b30fb8ce06dad2a (diff)
releaser: Bump versions for release of 0.44
[ci skip]
Diffstat (limited to 'helpers')
-rw-r--r--helpers/hugo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index dfaa261be..c93513a09 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -125,7 +125,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
var CurrentHugoVersion = HugoVersion{
Number: 0.44,
PatchLevel: 0,
- Suffix: "-DEV",
+ Suffix: "",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {