From ca4dca14d8b92bc193477f1b97d95fb440f21b43 Mon Sep 17 00:00:00 2001 From: chrislu Date: Mon, 20 Jan 2025 22:33:23 -0800 Subject: [PATCH] 3.82 --- k8s/charts/seaweedfs/Chart.yaml | 4 ++-- weed/util/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 e7f712352..64621abfe 100644 --- a/k8s/charts/seaweedfs/Chart.yaml +++ b/k8s/charts/seaweedfs/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 description: SeaweedFS name: seaweedfs -appVersion: "3.81" +appVersion: "3.82" # Dev note: Trigger a helm chart release by `git tag -a helm-` -version: 4.0.381 +version: 4.0.382 diff --git a/weed/util/constants.go b/weed/util/constants.go index 0d33120a9..a8144438b 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -8,7 +8,7 @@ const HttpStatusCancelled = 499 var ( MAJOR_VERSION = int32(3) - MINOR_VERSION = int32(81) + MINOR_VERSION = int32(82) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = ""