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
path: root/common
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-09-19 18:28:26 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-09-19 18:28:26 +0300
commit85376a757b18620fcb614b3581fcdbc2b32021a8 (patch)
treea3a24cde265ccc553210fbb0b1ddf6fd29906f26 /common
parent0fd30f832b22a15bda60a1c6c1421a8e93d6016b (diff)
releaser: Bump versions for release of 0.58.3
[ci skip]
Diffstat (limited to 'common')
-rw-r--r--common/hugo/version_current.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index 8e023e264..e5774e400 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.59,
- PatchLevel: 0,
- Suffix: "-DEV",
+ Number: 0.58,
+ PatchLevel: 3,
+ Suffix: "",
}