aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--k8s/charts/seaweedfs/Chart.yaml4
-rw-r--r--weed/util/version/constants.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/k8s/charts/seaweedfs/Chart.yaml b/k8s/charts/seaweedfs/Chart.yaml
index c830fde87..379f67890 100644
--- a/k8s/charts/seaweedfs/Chart.yaml
+++ b/k8s/charts/seaweedfs/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
-appVersion: "3.99"
+appVersion: "4.01"
# Dev note: Trigger a helm chart release by `git tag -a helm-<version>`
-version: 4.0.400
+version: 4.0.401 \ No newline at end of file
diff --git a/weed/util/version/constants.go b/weed/util/version/constants.go
index 8cbe2225a..c84ee28ff 100644
--- a/weed/util/version/constants.go
+++ b/weed/util/version/constants.go
@@ -9,7 +9,7 @@ import (
var (
MAJOR_VERSION = int32(4)
- MINOR_VERSION = int32(00)
+ MINOR_VERSION = int32(01)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = util.SizeLimit + " " + VERSION_NUMBER
COMMIT = ""