From 228946369cad29ee8edc07a42a2e0d218ba16d0b Mon Sep 17 00:00:00 2001 From: chrislu Date: Mon, 28 Oct 2024 19:44:39 -0700 Subject: [PATCH] 3.79 --- 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 d01bcfd95..24f46ffec 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.78" +appVersion: "3.79" # Dev note: Trigger a helm chart release by `git tag -a helm-` -version: 4.0.378 +version: 4.0.379 diff --git a/weed/util/constants.go b/weed/util/constants.go index 6094c5fff..bb36f5e52 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(78) + MINOR_VERSION = int32(79) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = ""