Browse Source

3.53

pull/4608/head 3.53
chrislu 2 years ago
parent
commit
2c4c2f0994
  1. 4
      k8s/charts/seaweedfs/Chart.yaml
  2. 2
      weed/util/constants.go

4
k8s/charts/seaweedfs/Chart.yaml

@ -1,5 +1,5 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
appVersion: "3.52"
version: "3.52"
appVersion: "3.53"
version: "3.53"

2
weed/util/constants.go

@ -5,7 +5,7 @@ import (
)
var (
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.52)
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.53)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)

Loading…
Cancel
Save