From 2a46d457ac3afd04d3572722a0a0244904d98938 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 1 Jun 2026 23:32:04 -0700 Subject: [PATCH] 4.31 --- 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 e8cae6571..32f60787b 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.30" +appVersion: "4.31" # Dev note: Trigger a helm chart release by `git tag -a helm-` -version: 4.30.0 +version: 4.31.0 diff --git a/weed/util/version/constants.go b/weed/util/version/constants.go index f5ab3d350..74e24c6c6 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(30) + MINOR_VERSION = int32(31) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = util.SizeLimit + " " + VERSION_NUMBER COMMIT = ""