diff options
| author | chrislu <chris.lu@gmail.com> | 2025-01-20 22:33:23 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-01-20 22:33:23 -0800 |
| commit | ca4dca14d8b92bc193477f1b97d95fb440f21b43 (patch) | |
| tree | 3417b5547cb63d6bb0297a7730b95fdfae405e20 | |
| parent | cc05874d06489751bc3892a2a012dde3921e9909 (diff) | |
| download | seaweedfs-ca4dca14d8b92bc193477f1b97d95fb440f21b43.tar.xz seaweedfs-ca4dca14d8b92bc193477f1b97d95fb440f21b43.zip | |
3.823.82
| -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 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>` -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 = "" |
