Browse Source

3.69

pull/5726/head
chrislu 6 months ago
parent
commit
fbe1316c92
  1. 2
      k8s/charts/seaweedfs/Chart.yaml
  2. 2
      weed/util/constants.go

2
k8s/charts/seaweedfs/Chart.yaml

@ -1,6 +1,6 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
appVersion: "3.68"
appVersion: "3.69"
# Dev note: Trigger a helm chart release by `git tag -a helm-<version>`
version: 4.0.0

2
weed/util/constants.go

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

Loading…
Cancel
Save