Skip to content

Commit

Permalink
3.64
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed Mar 16, 2024
1 parent 6a61b54 commit b74e808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions k8s/charts/seaweedfs/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
appVersion: "3.63"
version: 3.63.0
appVersion: "3.64"
version: 3.64.0
2 changes: 1 addition & 1 deletion weed/util/constants.go
Expand Up @@ -7,7 +7,7 @@ import (
const HttpStatusCancelled = 499

var (
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.63)
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.64)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)
Expand Down

0 comments on commit b74e808

Please sign in to comment.