diff options
author | hugoreleaser <[email protected]> | 2024-04-16 15:21:02 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2024-04-16 15:21:02 +0000 |
commit | 8c14d1edc30abb43e1847cba9aa1802fa716f4f8 (patch) | |
tree | 26902914c47ec3d0e3ca2d3e0a62d5017b8b7acc /common | |
parent | a32400b5f4e704daf7de19f44584baf77a4501ab (diff) | |
download | hugo-8c14d1edc30abb43e1847cba9aa1802fa716f4f8.tar.gz hugo-8c14d1edc30abb43e1847cba9aa1802fa716f4f8.zip |
releaser: Prepare repository for 0.126.0-DEVrelease-0.125.0
[ci skip]
Diffstat (limited to 'common')
-rw-r--r-- | common/hugo/version_current.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index ab4c19cee..5f4e104ff 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: 125, + Minor: 126, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } |