Browse Source

2.98

pull/2904/head 2.98
chrislu 3 years ago
parent
commit
c6ec5269f4
  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: "2.97"
version: "2.97"
appVersion: "2.98"
version: "2.98"

2
weed/util/constants.go

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

|||||||
100:0
Loading…
Cancel
Save