aboutsummaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorhugoreleaser <[email protected]>2024-10-24 12:41:02 +0000
committerhugoreleaser <[email protected]>2024-10-24 12:41:02 +0000
commitec3890affe55af1fa196901f446cc0e7df059da8 (patch)
tree27cce4580d6fa2340620dc6c34bc37d001707bc7 /common
parent46cccb021bc6425455f4eec093f5cc4a32f1d12c (diff)
downloadhugo-ec3890affe55af1fa196901f446cc0e7df059da8.tar.gz
hugo-ec3890affe55af1fa196901f446cc0e7df059da8.zip
releaser: Prepare repository for 0.137.0-DEVrelease-0.136.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 095a94c50..870719dcb 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: 136,
- PatchLevel: 5,
- Suffix: "",
+ Minor: 137,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}