mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08:00
3.63
This commit is contained in:
parent
7187346cc1
commit
54d7748a4a
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: SeaweedFS
|
description: SeaweedFS
|
||||||
name: seaweedfs
|
name: seaweedfs
|
||||||
appVersion: "3.62"
|
appVersion: "3.63"
|
||||||
version: 3.62.0
|
version: 3.63.0
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
const HttpStatusCancelled = 499
|
const HttpStatusCancelled = 499
|
||||||
|
|
||||||
var (
|
var (
|
||||||
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.62)
|
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.63)
|
||||||
VERSION = sizeLimit + " " + VERSION_NUMBER
|
VERSION = sizeLimit + " " + VERSION_NUMBER
|
||||||
COMMIT = ""
|
COMMIT = ""
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user