Browse Source

3.26

pull/3613/head 3.26
chrislu 2 years ago
parent
commit
c07ab9c060
  1. 4
      k8s/helm_charts2/Chart.yaml
  2. 2
      weed/util/constants.go

4
k8s/helm_charts2/Chart.yaml

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

2
weed/util/constants.go

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

Loading…
Cancel
Save