aboutsummaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorhugoreleaser <[email protected]>2024-02-22 15:41:43 +0000
committerhugoreleaser <[email protected]>2024-02-22 15:41:43 +0000
commitea0ba9751d9b6a5dec9261676287832717c0ca17 (patch)
tree5d78ae6e5c8dac1301667ed699bd182bd082a3cb /common
parent929b91fe75cb0d041f22b4707700dfc117115ad4 (diff)
downloadhugo-ea0ba9751d9b6a5dec9261676287832717c0ca17.tar.gz
hugo-ea0ba9751d9b6a5dec9261676287832717c0ca17.zip
releaser: Prepare repository for 0.124.0-DEVrelease-0.123.2
[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 c6e6ab93d..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: 2,
- Suffix: "",
+ Minor: 124,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}