Skip to content

Commit

Permalink
2.94
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed Mar 14, 2022
1 parent bd5c558 commit 2eda3a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions k8s/helm_charts2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
appVersion: "2.93"
version: "2.93"
appVersion: "2.94"
version: "2.94"
2 changes: 1 addition & 1 deletion weed/util/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

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

0 comments on commit 2eda3a6

Please sign in to comment.