From 136eb1b7c8b1cd2477b66656e708845b1862fec1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 17 May 2026 21:05:25 -0700 Subject: [PATCH] 4.26 --- 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 2da5c5046..8818c6721 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.25" +appVersion: "4.26" # Dev note: Trigger a helm chart release by `git tag -a helm-` -version: 4.25.1 +version: 4.26.0 diff --git a/weed/util/version/constants.go b/weed/util/version/constants.go index cf3d10891..71d04aebc 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(25) + MINOR_VERSION = int32(26) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = util.SizeLimit + " " + VERSION_NUMBER COMMIT = ""