mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-23 18:49:17 +08:00
3.68
This commit is contained in:
parent
dbfbabac55
commit
a9cd9b0542
@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
description: SeaweedFS
|
||||
name: seaweedfs
|
||||
appVersion: "3.67"
|
||||
version: 3.67.1
|
||||
appVersion: "3.68"
|
||||
version: 3.68.0
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
const HttpStatusCancelled = 499
|
||||
|
||||
var (
|
||||
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.67)
|
||||
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.68)
|
||||
VERSION = sizeLimit + " " + VERSION_NUMBER
|
||||
COMMIT = ""
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user