Skip to content

Commit

Permalink
3.59
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed Nov 13, 2023
1 parent 4711291 commit 27b34f3
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.58"
version: 3.58.0
appVersion: "3.59"
version: 3.59.0
2 changes: 1 addition & 1 deletion weed/util/constants.go
Expand Up @@ -5,7 +5,7 @@ import (
)

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

0 comments on commit 27b34f3

Please sign in to comment.