From 5c3d7e6ae63e0e07375d64a9926ed45b536f671c Mon Sep 17 00:00:00 2001 From: chrislu Date: Sat, 1 Feb 2025 17:41:39 -0800 Subject: [PATCH] 3.83 --- 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 64621abfe..b20b7997b 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.82" +appVersion: "3.83" # Dev note: Trigger a helm chart release by `git tag -a helm-` -version: 4.0.382 +version: 4.0.383 diff --git a/weed/util/constants.go b/weed/util/constants.go index a8144438b..43f101159 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(82) + MINOR_VERSION = int32(83) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = ""