aboutsummaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorhugoreleaser <[email protected]>2024-09-10 11:00:15 +0000
committerhugoreleaser <[email protected]>2024-09-10 11:00:15 +0000
commitfe7e137e28de66fb68af1089c6248b01fb318b49 (patch)
treeb6ac7b69ea43190130308a62f22e66d3d6493da0 /common
parent1c74abd26070b0c12849550c974a9f3f1e7afb06 (diff)
downloadhugo-fe7e137e28de66fb68af1089c6248b01fb318b49.tar.gz
hugo-fe7e137e28de66fb68af1089c6248b01fb318b49.zip
releaser: Prepare repository for 0.135.0-DEVrelease-0.134.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 45d3e917c..21442b238 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: 134,
- PatchLevel: 2,
- Suffix: "",
+ Minor: 135,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}