diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-25 23:38:27 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-25 23:38:27 -0700 |
| commit | 2f86f10fe1fcf01fc721c24f765f15f247c8a1b6 (patch) | |
| tree | c597693a6fe836a95a7ba7fec76f614508206fd4 | |
| parent | 264c138c1da56681a17c3f9ea37f170c4617b94e (diff) | |
| parent | 1ffb1e696e1f651c6294fc34c86b9abb6db1985d (diff) | |
| download | seaweedfs-origin/message_send.tar.xz seaweedfs-origin/message_send.zip | |
Merge branch 'master' into message_sendorigin/message_send
| -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 fbf532086..33f67e7a2 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.28" -version: "3.28" +appVersion: "3.29" +version: "3.29" diff --git a/weed/util/constants.go b/weed/util/constants.go index f906910a9..b46ffe796 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.28) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.29) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
