From b28b1a34025a2f2ed80883e245250d00783bfea7 Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 10 Oct 2024 01:28:06 -0700 Subject: [PATCH] 3.77 --- 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 eb6045bb8..5cc841005 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.76" +appVersion: "3.77" # Dev note: Trigger a helm chart release by `git tag -a helm-` -version: 4.0.376 +version: 4.0.377 diff --git a/weed/util/constants.go b/weed/util/constants.go index 54caa138d..785475d35 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(76) + MINOR_VERSION = int32(77) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = ""