diff options
| author | chrislu <chris.lu@gmail.com> | 2022-08-28 21:53:13 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-08-28 21:53:13 -0700 |
| commit | b7a887fea16ecef7832a60818bf9b30e6600a258 (patch) | |
| tree | 8d8e562d27234b1ff1d1990ebeb2dfe1a48d3779 | |
| parent | 089446f5b16ada234a7d3890dfc756311cc8d1d5 (diff) | |
| download | seaweedfs-b7a887fea16ecef7832a60818bf9b30e6600a258.tar.xz seaweedfs-b7a887fea16ecef7832a60818bf9b30e6600a258.zip | |
3.243.24
| -rw-r--r-- | k8s/helm_charts2/Chart.yaml | 4 | ||||
| -rw-r--r-- | weed/util/constants.go | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/k8s/helm_charts2/Chart.yaml b/k8s/helm_charts2/Chart.yaml index 2e289d91b..d57f1d9f6 100644 --- a/k8s/helm_charts2/Chart.yaml +++ b/k8s/helm_charts2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 description: SeaweedFS name: seaweedfs -appVersion: "3.23" -version: "3.23" +appVersion: "3.24" +version: "3.24" diff --git a/weed/util/constants.go b/weed/util/constants.go index bfcfff2b0..d242f37f9 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.23) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.24) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
