aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-05-07 14:00:19 -0700
committerchrislu <chris.lu@gmail.com>2023-05-07 14:00:19 -0700
commit59f55c1a661516033e05f6cc306cdb92e885117c (patch)
tree9380ad3f94086a2d93991cd0404d5a0b0aa7783e
parentb2a386029095a07b058fcf124ff173ab9f55bfdd (diff)
downloadseaweedfs-59f55c1a661516033e05f6cc306cdb92e885117c.tar.xz
seaweedfs-59f55c1a661516033e05f6cc306cdb92e885117c.zip
3.49
-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 58d130d01..900e30872 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.48"
-version: "3.48"
+appVersion: "3.49"
+version: "3.49"
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 3655dc7fa..1eb2a45d1 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.48)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.49)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)