1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-26 12:29:37 +02:00
This commit is contained in:
Chris Lu 2021-08-15 23:14:59 -07:00
parent 40dc283b2d
commit 1f35d32be0
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
appVersion: "2.62"
version: "2.62"
appVersion: "2.63"
version: "2.63"

View file

@ -5,7 +5,7 @@ import (
)
var (
VERSION = fmt.Sprintf("%s %.02f", sizeLimit, 2.62)
VERSION = fmt.Sprintf("%s %.02f", sizeLimit, 2.63)
COMMIT = ""
)