Browse Source

3.68

pull/5663/head 3.68
chrislu 7 months ago
parent
commit
a9cd9b0542
  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.67"
version: 3.67.1
appVersion: "3.68"
version: 3.68.0

2
weed/util/constants.go

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

Loading…
Cancel
Save