aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-03-27 16:11:17 -0700
committerchrislu <chris.lu@gmail.com>2022-03-27 16:11:17 -0700
commit0490ee87efa25ecb77b71d5f7b08d539195db8c4 (patch)
treecda5f4ea04ace4ba9e9d65e7f08d581371f26e29
parent86d4c52d6e247d7237fd6196a49267fda8ea961b (diff)
downloadseaweedfs-0490ee87efa25ecb77b71d5f7b08d539195db8c4.tar.xz
seaweedfs-0490ee87efa25ecb77b71d5f7b08d539195db8c4.zip
2.962.96
-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 cd8a81b54..d0499ef51 100644
--- a/k8s/helm_charts2/Chart.yaml
+++ b/k8s/helm_charts2/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
-appVersion: "2.95"
-version: "2.95"
+appVersion: "2.96"
+version: "2.96"
diff --git a/weed/util/constants.go b/weed/util/constants.go
index ea10f32f5..db2e1e958 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 2.95)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 2.96)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)