diff options
author | hugoreleaser <[email protected]> | 2024-08-14 16:31:14 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2024-08-14 16:31:14 +0000 |
commit | b3ad58fa04fb2447d1a788d1fe61b2ed581a403e (patch) | |
tree | 3eff1147414f8e627585cc9fe3a239ee91c05816 /common | |
parent | 3fd26c70dff5934ec1802b9563530130ed1bca75 (diff) | |
download | hugo-b3ad58fa04fb2447d1a788d1fe61b2ed581a403e.tar.gz hugo-b3ad58fa04fb2447d1a788d1fe61b2ed581a403e.zip |
releaser: Prepare repository for 0.133.0-DEVrelease-0.132.2
[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 58abd1d59..a33ff5106 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: 132, - PatchLevel: 2, - Suffix: "", + Minor: 133, + PatchLevel: 0, + Suffix: "-DEV", } |