diff options
| author | chrislu <chris.lu@gmail.com> | 2025-05-04 21:10:01 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-05-04 21:10:01 -0700 |
| commit | e4e85052082e31c94cd133270afc9e8365641c8c (patch) | |
| tree | e3a66c12506a4bd6707a2244efae349e26d07548 | |
| parent | ed15357c7a8b76a9d2344a0fece11ccb4edf3eef (diff) | |
| download | seaweedfs-e4e85052082e31c94cd133270afc9e8365641c8c.tar.xz seaweedfs-e4e85052082e31c94cd133270afc9e8365641c8c.zip | |
3.873.87
| -rw-r--r-- | k8s/charts/seaweedfs/Chart.yaml | 4 | ||||
| -rw-r--r-- | 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 9d893a980..4168b6f24 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.85" +appVersion: "3.87" # Dev note: Trigger a helm chart release by `git tag -a helm-<version>` -version: 4.0.386 +version: 4.0.387 diff --git a/weed/util/constants.go b/weed/util/constants.go index c4540bae4..17b9f4246 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(85) + MINOR_VERSION = int32(87) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" |
