Browse Source

3.65

pull/5498/head 3.65
chrislu 8 months ago
parent
commit
0edc5aad9a
  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.64"
version: 3.64.0
appVersion: "3.65"
version: 3.65.0

2
weed/util/constants.go

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

Loading…
Cancel
Save