releaser: Bump versions for release of 0.126.3 - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 44f1edcb0647cdd6c59ba07530cec156f6622a77
DIR parent 917199a94ea4d67eb911d3e7e26cd7c828fae323
HTML Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Date: Sun, 2 Jun 2024 13:02:43 +0000
releaser: Bump versions for release of 0.126.3
[ci skip]
Diffstat:
M common/hugo/version_current.go | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
DIR diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
@@ -17,7 +17,7 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Major: 0,
- Minor: 127,
- PatchLevel: 0,
- Suffix: "-DEV",
+ Minor: 126,
+ PatchLevel: 3,
+ Suffix: "",
}