diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-08 22:28:32 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-08 22:28:32 -0700 |
| commit | a4ca3ed1f0c2bcde1d36bb48f81dedc3e1924679 (patch) | |
| tree | 02af7b6d16ebfaa406f9eb7e598a29235e4ff7f7 | |
| parent | a3a718284b5da1775a85e38f7222a26882e3a5d6 (diff) | |
| download | seaweedfs-3.02.tar.xz seaweedfs-3.02.zip | |
3.023.02
| -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 4e0c19c06..479d7736c 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.01" -version: "3.01" +appVersion: "3.02" +version: "3.02" diff --git a/weed/util/constants.go b/weed/util/constants.go index 90f551a30..66bfca982 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.01) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.02) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
