From 779980420042b70feae9411054578b20a392d6dc Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 4 Mar 2026 19:22:39 -0800 Subject: [PATCH] 4.14 Co-Authored-By: Copilot <223556219+Copilot@users.noreply.github.com> --- 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 3191590a7..2f90488d3 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.13" +appVersion: "4.14" # Dev note: Trigger a helm chart release by `git tag -a helm-` -version: 4.0.413 +version: 4.0.414 diff --git a/weed/util/version/constants.go b/weed/util/version/constants.go index 1eac66b16..b859de9bf 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(13) + MINOR_VERSION = int32(14) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = util.SizeLimit + " " + VERSION_NUMBER COMMIT = ""