From eb939761665ca0ecead5026b02663531ea9fbf9e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 22 Jun 2026 00:24:50 -0700 Subject: [PATCH] 4.35 --- k8s/charts/seaweedfs/Chart.yaml | 4 ++-- weed/util/version/constants.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/charts/seaweedfs/Chart.yaml b/k8s/charts/seaweedfs/Chart.yaml index 886628cfd..ec0fd60ce 100644 --- a/k8s/charts/seaweedfs/Chart.yaml +++ b/k8s/charts/seaweedfs/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 description: SeaweedFS name: seaweedfs -appVersion: "4.34" +appVersion: "4.35" # Dev note: Trigger a helm chart release by `git tag -a helm-` -version: 4.34.0 +version: 4.35.0 diff --git a/weed/util/version/constants.go b/weed/util/version/constants.go index 74559aa53..d44481294 100644 --- a/weed/util/version/constants.go +++ b/weed/util/version/constants.go @@ -9,7 +9,7 @@ import ( var ( MAJOR_VERSION = int32(4) - MINOR_VERSION = int32(34) + MINOR_VERSION = int32(35) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = util.SizeLimit + " " + VERSION_NUMBER COMMIT = ""