diff options
author | hugoreleaser <[email protected]> | 2024-03-20 11:53:43 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2024-03-20 11:53:43 +0000 |
commit | a2f67152b3cad093361312b0080a66040db4ba60 (patch) | |
tree | 6b4958b9ec8974ecc4845f3eac9d87edb446e1dc /common | |
parent | db083b05f16c945fec04f745f0ca8640560cf1ec (diff) | |
download | hugo-a2f67152b3cad093361312b0080a66040db4ba60.tar.gz hugo-a2f67152b3cad093361312b0080a66040db4ba60.zip |
releaser: Prepare repository for 0.125.0-DEVrelease-0.124.1
[ci skip]
Diffstat (limited to 'common')
-rw-r--r-- | common/hugo/version_current.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index b96d5501f..0c871c87e 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: 124, - PatchLevel: 1, - Suffix: "", + Minor: 125, + PatchLevel: 0, + Suffix: "-DEV", } |