aboutsummaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorhugoreleaser <[email protected]>2024-02-28 16:01:41 +0000
committerhugoreleaser <[email protected]>2024-02-28 16:01:41 +0000
commit1007bcdf49b983a5d7e1948d92a40b8728cb2ba0 (patch)
tree470b082c5d2bfac66ee565a9915119d421c3f52e /common
parent1904ba40e8f6871fc8ece7d276c3499db7dbd3f0 (diff)
downloadhugo-1007bcdf49b983a5d7e1948d92a40b8728cb2ba0.tar.gz
hugo-1007bcdf49b983a5d7e1948d92a40b8728cb2ba0.zip
releaser: Prepare repository for 0.124.0-DEVrelease-0.123.5
[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 8eb10fb5a..4301aadf4 100644
--- 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: 123,
- PatchLevel: 5,
- Suffix: "",
+ Minor: 124,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}