mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
3.62
This commit is contained in:
parent
316ae45795
commit
59b8af99b0
@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
description: SeaweedFS
|
||||
name: seaweedfs
|
||||
appVersion: "3.61"
|
||||
version: 3.61.0
|
||||
appVersion: "3.62"
|
||||
version: 3.62.0
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.61)
|
||||
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.62)
|
||||
VERSION = sizeLimit + " " + VERSION_NUMBER
|
||||
COMMIT = ""
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user