aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-08-15 00:32:15 -0700
committerchrislu <chris.lu@gmail.com>2022-08-15 00:32:15 -0700
commit7c029b21832682e27bbac5a310323a7aeed6afe9 (patch)
tree20e767a4284ec8a16450a049488cc2648ed791c8
parente88392b50f9a8f7626e832d6957318bca03b5f48 (diff)
downloadseaweedfs-3.21.tar.xz
seaweedfs-3.21.zip
3.213.21
-rw-r--r--k8s/helm_charts2/Chart.yaml4
-rw-r--r--weed/util/constants.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/k8s/helm_charts2/Chart.yaml b/k8s/helm_charts2/Chart.yaml
index e58da462c..cc23880e2 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.20"
-version: "3.20"
+appVersion: "3.21"
+version: "3.21"
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 67458d9ea..828848370 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.20)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.21)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)