aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-02-25 22:17:28 -0800
committerchrislu <chris.lu@gmail.com>2024-02-25 22:17:28 -0800
commit54d7748a4a54d94a31ce04d05db801faeff4f690 (patch)
tree484bb02a7925045964d4df82f104391c70b2b7b9
parent7187346cc1630f92c0aa4679965e4bdc0149a6d7 (diff)
downloadseaweedfs-54d7748a4a54d94a31ce04d05db801faeff4f690.tar.xz
seaweedfs-54d7748a4a54d94a31ce04d05db801faeff4f690.zip
3.633.63
-rw-r--r--k8s/charts/seaweedfs/Chart.yaml4
-rw-r--r--weed/util/constants.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/k8s/charts/seaweedfs/Chart.yaml b/k8s/charts/seaweedfs/Chart.yaml
index 1a94d05b7..71477e1b2 100644
--- a/k8s/charts/seaweedfs/Chart.yaml
+++ b/k8s/charts/seaweedfs/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
-appVersion: "3.62"
-version: 3.62.0
+appVersion: "3.63"
+version: 3.63.0
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 8037f60c9..4c8c9c95e 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -7,7 +7,7 @@ import (
const HttpStatusCancelled = 499
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.62)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.63)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)