diff options
| author | chrislu <chris.lu@gmail.com> | 2024-08-18 21:51:41 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-08-18 21:51:53 -0700 |
| commit | e50d85c0f3697caf0ff9aca6662d59b4327a8424 (patch) | |
| tree | e6ec787bb529bb4f1bdec5626697d2349310a9ea | |
| parent | 4cfc7d3b105da1d67c1ef31822cee18e0d6ad693 (diff) | |
| download | seaweedfs-3.72.tar.xz seaweedfs-3.72.zip | |
3.723.72
| -rw-r--r-- | k8s/charts/seaweedfs/Chart.yaml | 2 | ||||
| -rw-r--r-- | weed/util/constants.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/k8s/charts/seaweedfs/Chart.yaml b/k8s/charts/seaweedfs/Chart.yaml index 073679afd..4e7cae31e 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.71" +appVersion: "3.72" # Dev note: Trigger a helm chart release by `git tag -a helm-<version>` version: 4.0.0 diff --git a/weed/util/constants.go b/weed/util/constants.go index 7911d03f6..5caa6ce4a 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(71) + MINOR_VERSION = int32(72) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" |
