diff options
| author | chrislu <chris.lu@gmail.com> | 2024-09-30 11:28:59 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-09-30 11:29:01 -0700 |
| commit | e3fa87bcc18d3600f9f3b9ef99407509e8ee3383 (patch) | |
| tree | dfc048ce414887b7b8fa54810be389fe479806ce | |
| parent | 35028818afe3b678d8ef811bda3e8526b6546e4c (diff) | |
| download | seaweedfs-e3fa87bcc18d3600f9f3b9ef99407509e8ee3383.tar.xz seaweedfs-e3fa87bcc18d3600f9f3b9ef99407509e8ee3383.zip | |
3.743.74
| -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 4c0a395ba..bd50b319b 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.73" +appVersion: "3.74" # Dev note: Trigger a helm chart release by `git tag -a helm-<version>` -version: 4.0.1 +version: 4.0.2 diff --git a/weed/util/constants.go b/weed/util/constants.go index c437ab796..243095daa 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(73) + MINOR_VERSION = int32(74) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" |
