Browse Source

3.64

pull/5637/head 3.64
chrislu 9 months ago
parent
commit
b74e8082ba
  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.63"
version: 3.63.0
appVersion: "3.64"
version: 3.64.0

2
weed/util/constants.go

@ -7,7 +7,7 @@ import (
const HttpStatusCancelled = 499
var (
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.63)
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.64)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)

Loading…
Cancel
Save