diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-04 22:45:55 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-04 22:45:55 -0700 |
| commit | 5b38f22e6ea2a27681d77b42c0d09620ae8d6966 (patch) | |
| tree | aab2f28e157b1c6e8efe73813cdb8cc2243080b2 | |
| parent | 131d389fc4ce717ffa5b3ab1ace9cf33fe585f29 (diff) | |
| download | seaweedfs-3.25.tar.xz seaweedfs-3.25.zip | |
3.253.25
| -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 d57f1d9f6..4fa84ac52 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.24" -version: "3.24" +appVersion: "3.25" +version: "3.25" diff --git a/weed/util/constants.go b/weed/util/constants.go index d242f37f9..ea387b0f0 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.24) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.25) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
