aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-01-02 23:23:02 -0800
committerchrislu <chris.lu@gmail.com>2023-01-02 23:23:02 -0800
commit48f2edc06503d9a915fe8eb4cecbfc83f1467ce9 (patch)
tree7fe3fc2180fcf75001d814ac8d4e31c0496682a8
parentd4566d4aaa426b33015780c7cc18f887fc07cca4 (diff)
downloadseaweedfs-3.38.tar.xz
seaweedfs-3.38.zip
3.383.38
-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 008a90286..b8afcf833 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.37"
-version: "3.37"
+appVersion: "3.38"
+version: "3.38"
diff --git a/weed/util/constants.go b/weed/util/constants.go
index a224a313e..2bffc2dd3 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.37)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.38)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)