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