From 8ad58e70026d347360d319787ac7621e8f6789ed Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 9 Mar 2026 21:52:43 -0700 Subject: [PATCH] 4.16 --- 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 6f0e9a4f5..df740ebe0 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.15" +appVersion: "4.16" # Dev note: Trigger a helm chart release by `git tag -a helm-` -version: 4.15.0 +version: 4.16.0 diff --git a/weed/util/version/constants.go b/weed/util/version/constants.go index 73c6046fb..f9a8988f6 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(15) + MINOR_VERSION = int32(16) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = util.SizeLimit + " " + VERSION_NUMBER COMMIT = ""